mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-05-01 21:56:58 +02:00
recents_category_drap_drop
fix a crash when the move is cancelled.
This commit is contained in:
@@ -657,12 +657,12 @@
|
||||
{
|
||||
NSLog(@"[RecentsDataSource] cannot move this cell");
|
||||
|
||||
[self dataSource:self didCellChange:nil];
|
||||
|
||||
if (moveFailure)
|
||||
{
|
||||
moveFailure(nil);
|
||||
}
|
||||
|
||||
[self refreshRoomsSectionsAndReload];
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user