Fix search bar not appearing until second opening

This commit is contained in:
ismailgulek
2022-04-28 15:08:13 +03:00
parent 028e93dbef
commit 871b29e26d
@@ -352,6 +352,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
if (self.recentsDataSource)
{
[self refreshRecentsTable];
[self showEmptyViewIfNeeded];
}
}