Skip to content Skip to sidebar Skip to footer

Android Get Eventbus Event On Fragment Not Working

after define event class and post event on Activity onBackPressed() i cant get event on fragment, some my activities opening above this fragment which that is child of MainActivity

Solution 1:

You are not mindful of the life cycle's of those activities. You could use the sticky events (postSticky) . Or update the state in some singleton and read that in onResume.


Post a Comment for "Android Get Eventbus Event On Fragment Not Working"