You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a some activities, I have made a Base class for them where I put the registration into the OnCreate() method, unregister the listener in the OnDestroy().
The Subscribe method is also in the Base class.
Unfortunately the messages newer arrived for the subscribers. If I move the Subscribe methods into the child class, it is working good.
Is there something I have missed, or is it a bug in the RxBus?
The text was updated successfully, but these errors were encountered:
I have a some activities, I have made a Base class for them where I put the registration into the OnCreate() method, unregister the listener in the OnDestroy().
The Subscribe method is also in the Base class.
Unfortunately the messages newer arrived for the subscribers. If I move the Subscribe methods into the child class, it is working good.
Is there something I have missed, or is it a bug in the RxBus?
The text was updated successfully, but these errors were encountered: