Fix empty view on the first screen load

This commit is contained in:
ismailgulek
2022-04-28 02:30:52 +03:00
parent 8c1d531244
commit 97cd957733
@@ -349,6 +349,11 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
// the selected room (if any) is highlighted.
[self refreshCurrentSelectedCell:YES];
}
if (self.recentsDataSource)
{
[self showEmptyViewIfNeeded];
}
}
- (void)viewDidLayoutSubviews