Skip to content
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

#1 main java.lang.AssertionError This should not be the case. #669

Open
JM0425 opened this issue Jul 15, 2021 · 3 comments
Open

#1 main java.lang.AssertionError This should not be the case. #669

JM0425 opened this issue Jul 15, 2021 · 3 comments

Comments

@JM0425
Copy link

JM0425 commented Jul 15, 2021

(该Activity只允许AndPermission内部调用,是不会走到这里的,如果是外部调用是会报这个错)我正常调api调用的,并没有在外部,代码如下:
AndPermission.with(mActivity).runtime()
.permission(permissions)
.onDenied(permissions1 -> showSettingDialog(mActivity, permissions1, isMust, tag)).onGranted(permissions12 -> onContinue(tag)).start();

@JM0425
Copy link
Author

JM0425 commented Jul 15, 2021

用的是2.0.0版本

@JM0425
Copy link
Author

JM0425 commented Jul 15, 2021

image

@unicornsss
Copy link

有解决这个问题吗

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants