Hi there, I need to go to particular destination/d...
# android
a
Hi there, I need to go to particular destination/dialog in my app when ever the user receives HTTP error 401. Is it possible to observe/post that error from simple kotlin class to a Host activity, doesn't matter whichever fragment I am on? I do not want to abuse live data for this as this condition may only occur sometimes.
stackoverflow 1