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
第一次获取权限时用户未授权悬浮窗权限,第二次进入页面如何重新获取权限。
@Override public void show() { if (once) { mFloatView.init(); once = false; isShow = true; } else { if (isShow) return; getView().setVisibility(View.VISIBLE); isShow = true; } }
第一次进来时,未获取到权限,isShow = true。 第二次进页面,如何重新获取权限并初始化mFloatView
The text was updated successfully, but these errors were encountered:
v1.0.9添加权限申请结果回调,可处理这种情况。
Sorry, something went wrong.
No branches or pull requests
第一次获取权限时用户未授权悬浮窗权限,第二次进入页面如何重新获取权限。
第一次进来时,未获取到权限,isShow = true。 第二次进页面,如何重新获取权限并初始化mFloatView
The text was updated successfully, but these errors were encountered: