删除部分todo

This commit is contained in:
kehaoyuan
2018-11-15 10:41:10 +08:00
parent 08fe5e8f83
commit ca5a34e09d
13 changed files with 12 additions and 56 deletions

View File

@ -130,10 +130,10 @@ public abstract class BaseFragment<T> extends Fragment implements OnRequestCallB
initView(mCachedView);
}
//TODO 尴尬,必须的有subscribe才能register
// 必须的有subscribe才能register
@Subscribe(threadMode = ThreadMode.BACKGROUND)
public void onDummyEvent(EBMiPush push) {
//
}
@Nullable