Skip to content

Commit

Permalink
Fix: Issue #46
Browse files Browse the repository at this point in the history
  • Loading branch information
OriTheElf committed Sep 26, 2022
1 parent 1039ad2 commit fad6dc3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NSObject+Rx.swift
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public extension Reactive where Base: AnyObject {
}
}

set {
nonmutating set {
synchronizedBag {
objc_setAssociatedObject(base, &disposeBagContext, newValue, .OBJC_ASSOCIATION_RETAIN_NONATOMIC)
}
Expand Down

0 comments on commit fad6dc3

Please sign in to comment.