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
not support like eventbus post sticky event. For example I have two activities, one is A Activity and the other is B Activity. i wan to A jump to B and post event.But B activity is not in SUBSCRIBERS_CACHE ,so B activity will not recive event .what should i do?