You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 27, 2019. It is now read-only.
When I click UI-Less Permission, and choose not allow, and I click it again, nothing show me how to open setting, and the log:<UIAlertController: 0x7f9bcbd7f4d0> on <PermissionScope.PermissionScope: 0x7f9bcc061600> whose view is not in the window hierarchy!
Expected show me alert and help me open my setting.
The text was updated successfully, but these errors were encountered:
This is related... but I'm not sure it's a feature that we want. Let me get this straight, @quocan2812, you want to use UI-less methods for requesting the permission but then you want the alert UI if it's disabled?
I think you've got to go in one direction or another here. Either you use the PermissionScope UI and get all the features, or you use the UI-less requests and write your own UI. It would be pretty easy to pull the alert code with the Setttings link out of the permissionscope code for your own use.
thanks for reply,
yes I wrote code for my UI show alert when user not allow or disable this, and move it to setting, I open issue because I want to make your lib more comfortable, Thanks for all ^^
When I click UI-Less Permission, and choose not allow, and I click it again, nothing show me how to open setting, and the log:<UIAlertController: 0x7f9bcbd7f4d0> on <PermissionScope.PermissionScope: 0x7f9bcc061600> whose view is not in the window hierarchy!
Expected show me alert and help me open my setting.
The text was updated successfully, but these errors were encountered: