mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-22 01:22:46 +02:00
This commit is contained in:
committed by
Stefan Ceriu
parent
06a7b3de06
commit
a874f2f524
@@ -2274,7 +2274,8 @@ NSString *const RecentsViewControllerDataReadyNotification = @"RecentsViewContro
|
||||
self.recentsTableView.contentOffset = CGPointMake(0, self.recentsSearchBar.frame.size.height);
|
||||
self.recentsTableView.tableHeaderView = nil;
|
||||
dispatch_after(dispatch_time(DISPATCH_TIME_NOW, (int64_t)(0.1 * NSEC_PER_SEC)), dispatch_get_main_queue(), ^{
|
||||
[self refreshRecentsTable];
|
||||
[self.recentsDataSource searchWithPatterns:nil];
|
||||
[self.recentsSearchBar setText:nil];
|
||||
});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user