recents_category_drap_drop

fix a crash when the move is cancelled.
This commit is contained in:
yannick
2015-12-14 13:06:25 +01:00
parent 00c0cc9a5c
commit b8a340ff45
+2 -2
View File
@@ -657,12 +657,12 @@
{
NSLog(@"[RecentsDataSource] cannot move this cell");
[self dataSource:self didCellChange:nil];
if (moveFailure)
{
moveFailure(nil);
}
[self refreshRoomsSectionsAndReload];
}
}