googlemaps-samples / android-samples

Samples demonstrating how to use Maps SDK for Android
https://developers.google.com/maps/documentation/android-sdk/
Apache License 2.0
2.41k stars 2.99k forks source link

fix: prevents infinite recursion when getting the location permission #1813

Closed dkhawk closed 1 week ago

dkhawk commented 1 week ago

The code was repeatedly requesting the access fine location permission in an infinite recursion loop which resulted in the app crashing. This removes the unnecessary call to request the permission in the updateLocationUI method.