Skip to content

GPS issue fixed

Vibhav Agarwal requested to merge vibhavagarwal5/CrowdAlert:issue#25 into master

Closes issue #25 (closed)

If the GPS service is off (& location permissions are ON), it prompts the user asking him to turn the GPS 'ON' and then closes the app, so that next time when he opens the app with the GPS ON, the map will render with current location itself.
Update: Currently, i am redirecting it to the "Locations" settings (instead of closing the app) where user can change the settings, but i m not sure how good will this work.

Changes made in:

  • MapScreen.js

WhatsApp_Image_2018-01-29_at_01.52.47

Merge request reports