Fix search bar not appearing until second opening

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