MovnaTeam / movna

Open-source training application.
GNU General Public License v3.0
0 stars 1 forks source link

Listen to location service status #25

Closed ronw98 closed 1 year ago

ronw98 commented 1 year ago

Currently when the user launches the app and lands on a map with the location service disabled, the location is not displayed and the user is not asked to enable the service.

If the app tries to get the device location and the location service is disabled, the location stream will stop and never restart.

The goals of this issue are: