RoomsVC: Fix empty view issue.

This commit is contained in:
SBiOSoftWhare
2020-11-30 16:44:57 +01:00
parent 5f6bc0ef7d
commit cb4d6dc9ba
-2
View File
@@ -398,8 +398,6 @@
- (BOOL)shouldShowEmptyView
{
return YES;
// Do not present empty screen while searching
if (recentsDataSource.searchPatternsList.count)
{