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
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: