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

Commit e0e019e

Browse files
author
Scott Goodson
committed
[ASRangeController] Enable new range controller by default (!!! yay !!!)
1 parent b3239b6 commit e0e019e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

AsyncDisplayKit/ASDisplayNode.mm

+1-1
Original file line numberDiff line numberDiff line change
@@ -1573,7 +1573,7 @@ - (BOOL)shouldBypassEnsureDisplay
15731573
return _flags.shouldBypassEnsureDisplay;
15741574
}
15751575

1576-
static BOOL ShouldUseNewRenderingRange = NO;
1576+
static BOOL ShouldUseNewRenderingRange = YES;
15771577

15781578
+ (BOOL)shouldUseNewRenderingRange
15791579
{

0 commit comments

Comments
 (0)