mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-19 08:03:50 +02:00
Merge branch 'gil/4494_space_menu' into gil/4501_show_suggested_in_room_lists
This commit is contained in:
@@ -439,8 +439,6 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
|
||||
- (void)forceRefresh
|
||||
{
|
||||
MXLogDebug(@"[Spaces] forceRefresh \n%@", [NSThread callStackSymbols]);
|
||||
|
||||
// Refresh is disabled during drag&drop animation"
|
||||
if (!self.droppingCellIndexPath)
|
||||
{
|
||||
@@ -1620,8 +1618,6 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
|
||||
|
||||
- (void)dataSource:(MXKDataSource*)dataSource didCellChange:(id)changes
|
||||
{
|
||||
MXLogDebug(@"[Spaces] dataSource didCellChange");
|
||||
|
||||
// Refresh is disabled during drag&drop animation
|
||||
if (self.droppingCellIndexPath)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user