I use greenrobot as eventbus to post some sticky events.everything works fine and when I open application the ex. content is showed which shows sticky post is working fine.
But when I close app and open it for second,third,... time there is no ex. content showed which means sticky event hasn't been posted.Sticky
event get posted only once! why? Is it normal or is a bug?
I use the code below in onPostExecute
of AsyncTask
.
EventBus.getDefault().postSticky(new SliderBusModel(SlideID,SlideImage,SlideType,SlideTitle));