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

Location permission not requested when first launched #2

Closed
philips77 opened this issue Dec 19, 2017 · 1 comment
Closed

Location permission not requested when first launched #2

philips77 opened this issue Dec 19, 2017 · 1 comment

Comments

@philips77
Copy link
Member

When the app starts for the first time the location permission message shows up, but there is no option to grant this permission. The SETTINGS button navigates to app settings, where it can be granted, but this should be done using a popup. This is because app in 2.0.0 is assuming the permission has been denied forever (user had clicked 'Don't ask again' checkbox, as shouldShowRequestPermissionRationale(...) returns false. However, this method always returns false the first time.

philips77 added a commit that referenced this issue Dec 19, 2017
@philips77
Copy link
Member Author

Released in 2.0.1

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

1 participant