mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-12-22 22:25:57 +00:00
Fix simple issue with ASTableViewStressTest, make Table / Collection handle changes to dataSource / delegate.
This commit is contained in:
@@ -100,9 +100,6 @@
|
||||
|
||||
- (void)thrashTableView
|
||||
{
|
||||
_tableView.asyncDelegate = self;
|
||||
_tableView.asyncDataSource = self;
|
||||
|
||||
[_tableView reloadData];
|
||||
|
||||
NSArray *indexPathsAddedAndRemoved = nil;
|
||||
|
||||
Reference in New Issue
Block a user