Merge pull request #5728 from vector-im/doug/5727_empty_room_lists

Fix emptyView never being shown in RecentsViewController.
This commit is contained in:
Doug
2022-03-02 14:06:42 +00:00
committed by GitHub
2 changed files with 2 additions and 4 deletions
@@ -1059,10 +1059,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[[AppDelegate theDelegate].masterTabBarController refreshTabBarBadges];
}
if (changes == nil)
{
[self showEmptyViewIfNeeded];
}
[self showEmptyViewIfNeeded];
if (dataSource.state == MXKDataSourceStateReady)
{
+1
View File
@@ -0,0 +1 @@
Room lists: Show the getting started hints again when there are no rooms in a tab.