Join Slack
Powered by
Hi there. When I have a lot of Observables (`RxVie...
# rx
u
ubu
04/17/2018, 6:44 PM
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
edwardwongtl
04/18/2018, 4:55 AM
Add those disposables to a map with some sort of tag, then dispose them when ButtonX is clicked.
2
Views
Open in Slack
Previous
Next