Fix emptyView never being shown in RecentsViewController.

This commit is contained in:
Doug
2022-03-02 11:43:18 +00:00
parent a80dfc6e97
commit 8bcab947b0
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)
{