-
Notifications
You must be signed in to change notification settings - Fork 392
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
最新版本,无法post空对象 #23
Comments
一直不支持post空对象。 |
那我比较疑惑的就是,如果没有传对象,仅仅只是想通知的话,那不是也要自己手动构建一个对象丢过去?还是有其他更优雅的做法? |
@hwangjr 需要支持空消息,我这边没有空,可以自行实现,欢迎给主仓库提交pr。 |
@hwangjr 这位同学实现了一下,可以试试他的这个。https://github.com/lixi0912/AndroidEventBus/tree/dev 。 |
前段时间忙项目,今天整理了并PULL给你了,OK的话可以考虑merge~~ ^-^ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
EventBus.getDefault().post(null, LoginEvent.TAG_EVENT);
空指针异常~~
看了下源码,里面有做类型转化。。
The text was updated successfully, but these errors were encountered: