mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 14:20:20 +00:00
Dispatch batch update to main #trivial (#626)
* Dispatch batch update to main * TableView too
This commit is contained in:
@@ -1587,7 +1587,9 @@ static NSString * const kReuseIdentifier = @"_ASCollectionReuseIdentifier";
|
||||
{
|
||||
if (_leadingScreensForBatching != leadingScreensForBatching) {
|
||||
_leadingScreensForBatching = leadingScreensForBatching;
|
||||
[self _checkForBatchFetching];
|
||||
ASPerformBlockOnMainThread(^{
|
||||
[self _checkForBatchFetching];
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user