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