Fix emptyView never being shown in RecentsViewController.

This commit is contained in:
Doug
2022-03-02 11:43:18 +00:00
parent 6880a81160
commit 19f383ed9b
2 changed files with 2 additions and 4 deletions

View File

@@ -1059,10 +1059,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
[[AppDelegate theDelegate].masterTabBarController refreshTabBarBadges];
}
if (changes == nil)
{
[self showEmptyViewIfNeeded];
}
[self showEmptyViewIfNeeded];
if (dataSource.state == MXKDataSourceStateReady)
{

1
changelog.d/5727.bugfix Normal file
View File

@@ -0,0 +1 @@
Room lists: Show the getting started hints again when there are no rooms in a tab.