5
同時使用綠色機器人Eventbus我得到一個錯誤Subscriber類沒有公有方法呼籲事件
E/AndroidRuntime(2537): Caused by: de.greenrobot.event.EventBusException: Subscriber class com.example.MyActivity has no public methods called onEvent
詳情:
我加載它包含一個片段與10個片段的活動,而不是在每個嵌套(子)片段中調用EventBus.getDefault().register(this);
,我在該片段的父活動中調用register
。