so the quiestion is how to get uiPresentObservable...
# rx
u
so the quiestion is how to get uiPresentObservable, I do can make it with another relay which emits true false in ui.onCreate / onDestroy. but I wondered if the thatWrappedRelay has somehow this ability, since it is it to which ui subscibes / unsubscribes in ui.onCreate / onDestroy This do is like refCount, but there is no way to get service reference (unless bound service which I dont want). So if I go through this relay mediator, It needs a reference to service to poll the getter anyways, thats even more cumbersome imho)