recents_category_drag_drop

-> the moving room was not always the expected one
-> update after SDK update (room tag order computation)
This commit is contained in:
yannick
2015-12-15 08:34:46 +01:00
parent b8a340ff45
commit 2010554782
3 changed files with 15 additions and 13 deletions
+1 -1
View File
@@ -67,6 +67,6 @@
Move a cell from a path to another one.
It is based on room Tag.
*/
- (void)moveCellFrom:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath success:(void (^)())moveSuccess failure:(void (^)(NSError *error))moveFailure;
- (void)moveRoomCell:(MXRoom*)room from:(NSIndexPath*)oldPath to:(NSIndexPath*)newPath success:(void (^)())moveSuccess failure:(void (^)(NSError *error))moveFailure;
@end