yayaa / LocationManager

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

Fix NPE on LocationAvailability #45

Closed yayaa closed 7 years ago

yayaa commented 7 years ago

In FusedLocationProviderApiwith getLocationAvailability method, there is a possibility they return Null. So this PR will also introduce a check for that.

Issue is reported here: https://github.com/yayaa/LocationManager/issues/43