Skip to content

Commit 97b49ca

Browse files
committed
Make needsUpdateObservers associated object OBJC_ASSOCIATION_RETAIN_NONATOMIC
1 parent eba72c6 commit 97b49ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ViewEnvironmentUI/Sources/ViewEnvironmentPropagating.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -348,7 +348,7 @@ extension ViewEnvironmentPropagating {
348348
self,
349349
&AssociatedKeys.needsUpdateObservers,
350350
newValue,
351-
.OBJC_ASSOCIATION_RETAIN
351+
.OBJC_ASSOCIATION_RETAIN_NONATOMIC
352352
)
353353
}
354354
}

0 commit comments

Comments
 (0)