I want to show a straightforward dialog
window on pressing a button
.
In case subscribing is the only option, my follow-up question is whether I need to do
.ObserveOn(RxApp.MainThreadScheduler)
on commands
as well?
I want to show a straightforward dialog
window on pressing a button
.
In case subscribing is the only option, my follow-up question is whether I need to do
.ObserveOn(RxApp.MainThreadScheduler)
on commands
as well?