You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2023. It is now read-only.
ASDisplayNodeAssert(_flags.visibilityNotificationsDisabled < maxVisibilityIncrement, @"Oops, too many increments of the visibility notifications API");
1265
-
if (_flags.visibilityNotificationsDisabled < maxVisibilityIncrement)
1272
+
if (_flags.visibilityNotificationsDisabled < maxVisibilityIncrement) {
1266
1273
_flags.visibilityNotificationsDisabled++;
1274
+
}
1275
+
if (_flags.visibilityNotificationsDisabled == 1) {
1276
+
// Must have just transitioned from 0 to 1. Notify all subnodes that we are in a disabled state.
0 commit comments