Since Greenrobot EventBus events order is not guaranteed by default is there any chance to set sticky events priorities to make the right order? I need to restore events order somehow after listener unregistered/registrered for screen rotation (activity recreation).
Asked
Active
Viewed 190 times
1
-
1I believe event priorities and event cancellation is the right way to do it. – Mauker Feb 16 '17 at 12:37