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
The text was updated successfully, but these errors were encountered:
我删除了RequestExecutor里面的 wait()/notify()机制,并且删除了synchronized部分,暂时可以测试通过,但是带来的问题是MainActivity一旦重建了,onGrant就不会继续执行了,请问这个有什么好办法解决吗?感觉这是个大坑呀
Sorry, something went wrong.
同问,有解决方法嘛?
在minifest中为MainActivity添加这个即可解决:
android:configChanges="orientation"
Do not rebuild the activity when the screen is rotated, close #438.
9a363b1
88b698b
No branches or pull requests
这个时候,后面再申请权限,只会保存在RequestExecutor中的mQueue里面,RequestExecutor会一直处于waiting状态
The text was updated successfully, but these errors were encountered: