Fix empty view on the first screen load

This commit is contained in:
ismailgulek
2022-04-28 02:30:52 +03:00
parent 57991d52f7
commit e552e6d52e
@@ -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