It's one of those RxBinding UI observables that ca...
# android
z
It's one of those RxBinding UI observables that can only have one listener set, so I need to call
.share()
on it so I can use it in multiple streams. Lazy doesn't work because my streams are rebound in onStart/onStop