mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-24 07:05:35 +00:00
Small comment fix
This commit is contained in:
@@ -757,7 +757,7 @@ static NSString * const kCellReuseIdentifier = @"_ASCollectionViewCell";
|
||||
|
||||
- (void)_scheduleCheckForBatchFetching
|
||||
{
|
||||
// Push this to the next runloop to be sure the UITableView has the right content size
|
||||
// Push this to the next runloop to be sure the scroll view has the right content size
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self _checkForBatchFetching];
|
||||
});
|
||||
|
||||
@@ -732,7 +732,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
|
||||
|
||||
- (void)_scheduleCheckForBatchFetching
|
||||
{
|
||||
// Push this to the next runloop to be sure the UITableView has the right content size
|
||||
// Push this to the next runloop to be sure the scroll view has the right content size
|
||||
dispatch_async(dispatch_get_main_queue(), ^{
|
||||
[self _checkForBatchFetching];
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user