Skip to content
This repository has been archived by the owner on Feb 2, 2023. It is now read-only.

Commit

Permalink
Remove unneeded line
Browse files Browse the repository at this point in the history
  • Loading branch information
Adlai Holler committed Sep 28, 2016
1 parent d808f99 commit 19312dc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AsyncDisplayKit/ASCollectionView.mm
Original file line number Diff line number Diff line change
Expand Up @@ -536,7 +536,6 @@ - (void)selectItemAtIndexPath:(NSIndexPath *)indexPath animated:(BOOL)animated s
- (void)waitForUpdatesDuringNextLayoutPass
{
ASDisplayNodeAssertMainThread();
[self setNeedsLayout];
_waitsForUpdatesDuringNextLayout = YES;
}

Expand Down

0 comments on commit 19312dc

Please sign in to comment.