recents_category_drag_drop

fix a refresh issue / crash after updating the room order.
This commit is contained in:
yannick
2015-12-14 11:08:57 +01:00
parent 513a54f7a0
commit 644996aa1e
2 changed files with 18 additions and 20 deletions
@@ -481,8 +481,6 @@ static NSMutableDictionary* backgroundByImageNameDict;
lastPotentialCellPath = nil;
((RecentsDataSource*)self.dataSource).movingCellIndexPath = nil;
((RecentsDataSource*)self.dataSource).hiddenCellIndexPath = nil;
[self.recentsTableView reloadData];
}
- (IBAction) onRecentsLongPress:(id)sender