File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
ViewEnvironmentUI/Sources Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -401,11 +401,11 @@ public final class ViewEnvironmentUpdateObservationLifetime {
401401}
402402
403403private enum ViewEnvironmentPropagatingNSObjectAssociatedKeys {
404- static var needsEnvironmentUpdate = NSObject ( )
405- static var needsUpdateObservers = NSObject ( )
406- static var ancestorOverride = NSObject ( )
407- static var descendantsOverride = NSObject ( )
408- static var customizations = NSObject ( )
404+ static var needsEnvironmentUpdate : UInt8 = 0
405+ static var needsUpdateObservers : UInt8 = 0
406+ static var ancestorOverride : UInt8 = 0
407+ static var descendantsOverride : UInt8 = 0
408+ static var customizations : UInt8 = 0
409409}
410410
411411extension ViewEnvironmentPropagating {
You can’t perform that action at this time.
0 commit comments