Hi there. When I have a lot of Observables (`RxVie...
# rx
u
Hi there. When I have a lot of Observables (
RxView.clicks(someButton)
), what would be the best way to unsubscribe/disable all other buttons when ButtonX is pressed?
e
Add those disposables to a map with some sort of tag, then dispose them when ButtonX is clicked.