Fixes compilation error with OSX example.
This commit is contained in:
parent
e86516891f
commit
b89f3f35c7
|
|
@ -73,7 +73,7 @@ class IntroductionExampleViewController : ViewController {
|
|||
disposeButton.rx_tap
|
||||
.subscribeNext { [weak self] _ in
|
||||
print("Unbind everything")
|
||||
self.disposeBag = DisposeBag()
|
||||
self?.disposeBag = DisposeBag()
|
||||
}
|
||||
.addDisposableTo(disposeBag)
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue