Re-sort the tab that contains an updated auction when something about that auction changes during the update.
| 547 | 577 | |
|---|---|---|
| 160 | 160 | ae.clearUpdating(); |
| 161 | 161 | if (!(after.toString().equals(before.toString()))) { |
| 162 | 162 | MQFactory.getConcrete("upload").enqueue(ae); |
| 163 | String category = ae.getCategory(); | |
| 164 | if(category == null) { | |
| 165 | category = !ae.isComplete() ? "current" : "complete"; | |
| 166 | } | |
| 167 | MQFactory.getConcrete("redraw").enqueue(category); | |
| 163 | 168 | } |
| 164 | 169 | MQFactory.getConcrete("redraw").enqueue(ae); |
| 165 | 170 | MQFactory.getConcrete("Swing").enqueue("Done updating " + Auctions.getTitleAndComment(ae)); |
