We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 935879c commit c1c3b3bCopy full SHA for c1c3b3b
Source/RxViewModel.swift
@@ -25,7 +25,7 @@ open class RxViewModel: NSObject {
25
var disposeBag = DisposeBag()
26
27
/// Underlying variable that we'll listen to for changes
28
- private dynamic var _active: Bool = false
+ @objc private dynamic var _active: Bool = false
29
30
/// Public «active» variable
31
@objc public dynamic var active: Bool {
0 commit comments