GPS is not turned off after getCurrentPosition() #541
Labels
platform: android
Issue is related to the Android platform.
status: triage
Indicates that this issue needs to be analyzed and decorated with the appropriate labels
Milestone
Describe the bug
After I check all permissions and whether the service is enabled or not, I call
getCurrentPosition()
. It returns the Position object as usual. However, the icon in the toolbar that indicates if the GPS service is being used does not disappear.Expected behavior
The icon on the toolbar should disappear right after the location had been fetched.
Tested on:
Version
flutter: 1.22.0
geolocator: 6.0.0+4
Screenshot

The text was updated successfully, but these errors were encountered: