We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
我发现在参数为List的情况下会被调用2次,修改为Object对象就好了,是不是有什么BUG
The text was updated successfully, but these errors were encountered:
可以参考这里 https://github.com/hehonghui/AndroidEventBus/blob/master/Simple_eventbus_demo/src/org/simple/eventbus/demo/fragment/MenuFragment.java , 看看代码中是否有误。
Sorry, something went wrong.
@hehonghui 相同的问题。应用在生产上运行过1年多没有问题,最近在Android7.0里面出现post Map参数和List参数的时候。会出现订阅者执行两次的情况, 但是使用基本数据类型和普通对象没有出现这种问题。带List成员变量的对象也没有问题。 Android7.0以下都是正常的。
使用具体类型可解决,如HashMap,ArrayList...
No branches or pull requests
我发现在参数为List的情况下会被调用2次,修改为Object对象就好了,是不是有什么BUG
The text was updated successfully, but these errors were encountered: