Closed
Description
Summary
A "Requesting location permission" popup is used at various places in the app (like Explore fragment map and also in PR #5249) that asks users to turn location on for all apps in the Settings. The Settings button, however, takes the user to the app's settings instead of location settings where users can turn their GPS on.
Steps to reproduce
- Open the map in the Explore fragment
- Tap on the target icon
- A popup asking for location access is shown. Allow the app to access location
- Another popup titled "Requesting location permission" is displayed in case GPS is turned off on the device
- Tap on Settings
Expected behaviour
Tapping on Settings should take the users to location settings page where they can enable GPS.
Actual behaviour
The app's settings page is displayed instead of location settings. Since the user has already allowed location access in step 3, displaying this page isn't helpful.
Side note: The same button opens location settings page correctly on some devices.
Device name
Moto g62
Android version
12
Commons app version
master and prodDebug
Device logs
No response
Screen-shots
No response
Would you like to work on the issue?
None