diff --git a/Source/ASDisplayNode.mm b/Source/ASDisplayNode.mm index aa1497ac14..ed8f4a4216 100644 --- a/Source/ASDisplayNode.mm +++ b/Source/ASDisplayNode.mm @@ -3016,7 +3016,7 @@ ASDISPLAYNODE_INLINE BOOL subtreeIsRasterized(ASDisplayNode *node) { return; } #endif - if (ASInterfaceStateIncludesVisible(_pendingInterfaceState)) { + if (ASInterfaceStateIncludesVisible(self.pendingInterfaceState)) { void(^exitVisibleInterfaceState)(void) = ^{ // This block intentionally retains self. __instanceLock__.lock();