Caused by: org.greenrobot.eventbus.EventBusException: Subscriber class com.angel.test3.service.DownLoadsService and its super classes have no public methods with the @Subscribe annotation
要在两个使用EventBus页面同时使用
@Subscribe(threadMode = ThreadMode.MAIN)
网友评论