Fix search bar not appearing until second opening

This commit is contained in:
ismailgulek 2022-04-28 15:08:13 +03:00
parent dc28583bb3
commit b5c172b0f2
No known key found for this signature in database
GPG key ID: E96336D42D9470A9

View file

@ -352,6 +352,7 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
if (self.recentsDataSource)
{
[self refreshRecentsTable];
[self showEmptyViewIfNeeded];
}
}