Skip to content

Commit

Permalink
Last change to the comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nguyenhuy committed Jan 16, 2018
1 parent 55bacac commit 72d9033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ASDisplayNode.mm
Original file line number Diff line number Diff line change
Expand Up @@ -3089,7 +3089,7 @@ - (void)didEnterPreloadState
// and running a measurement pass here is a fine trade-off because preloading any time after this point would be late.
//
// Don't force a layout pass if the node is already visible. Soon CoreAnimation will trigger
// a (coaloesced, thus more efficient) pass on the backing store, so rely on it instead.
// a (coalesced, thus more efficient) pass on the backing store. Rely on it instead.
BOOL shouldForceLayoutPass = NO;
{
ASDN::MutexLocker l(__instanceLock__);
Expand Down

0 comments on commit 72d9033

Please sign in to comment.