Revert "fix scheduling issue that causes collectionView to not animate"

This commit is contained in:
appleguy
2016-02-19 23:26:12 -08:00
parent f3300ded68
commit 2b10d84a2b
3 changed files with 6 additions and 12 deletions

View File

@@ -916,7 +916,7 @@ static NSString * const kCellReuseIdentifier = @"_ASTableViewCell";
- (void)rangeController:(ASRangeController *)rangeController didMoveSection:(NSInteger)fromIndex toSection:(NSInteger)toIndex
{
ASDisplayNodeAssertMainThread();
LOG(@"UITableView moveSection:%ld", (long)fromIndex);
LOG(@"UITableView moveSection:%@", indexSet);
if (!self.asyncDataSource) {