[Spaces] Show spaces in left panel #4509

- update after review
This commit is contained in:
Gil Eluard
2021-08-02 09:57:30 +02:00
parent 711da7f67d
commit a1b277a914
4 changed files with 77 additions and 38 deletions

View File

@@ -432,8 +432,6 @@ NSString *const kRecentsDataSourceTapOnDirectoryServerChange = @"kRecentsDataSou
- (void)forceRefresh
{
MXLogDebug(@"[Spaces] forceRefresh \n%@", [NSThread callStackSymbols]);
// Refresh is disabled during drag&drop animation"
if (!self.droppingCellIndexPath)
{
@@ -1527,8 +1525,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)
{