Merge branch 'gil/4494_space_menu' into gil/4501_show_suggested_in_room_lists

This commit is contained in:
Gil Eluard
2021-08-02 14:40:17 +02:00
4 changed files with 77 additions and 38 deletions

View File

@@ -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)
{