in that case yo can just easily: ``` RxView.clicks...
# rx
k
in that case yo can just easily:
Copy code
RxView.clicks(view)
.switchMap {
    mapSubject.take(1)
}
.subscribe(this::toggleSatelliteMode)
as @jeremy suggested