HomeViewController: Fix shouldShowEmptyView condition.

This commit is contained in:
SBiOSoftWhare
2020-11-20 16:59:27 +01:00
parent 83c9bbae89
commit 00a7a56c15
+1 -1
View File
@@ -867,7 +867,7 @@
// Check if some banners should be displayed
if (recentsDataSource.secureBackupBannerSection != -1 || recentsDataSource.crossSigningBannerSection != -1)
{
return YES;
return NO;
}
// Otherwise check the number of items to display