yayaa / LocationManager

Simplify getting user's location for Android
806 stars 187 forks source link

Fix empty provider location update #36

Closed yayaa closed 7 years ago

yayaa commented 7 years ago

Fixes the issue: https://github.com/yayaa/LocationManager/issues/35

When user leaves the screen and comes back even before defaultLocationProvider starts asking for location updates, then it tries to requestLocationUpdate without any provider specified yet.