mrmans0n / smart-location-lib

Android library project that lets you manage the location updates to be as painless as possible
1.65k stars 353 forks source link

MultiFallbackProvider not falling back? #196

Open KennyGoers opened 7 years ago

KennyGoers commented 7 years ago

I wrote a Location Provider for finding the geolocation based on IP in case the user has turned off location or for other reasons. When I use the oneFix() method and use PlayServices and LocationManager with my Provider, it just fails on the PlayServices provider (old Play Services) and returns null, never cycles through the alternate providers.

What am I missing as I would expect it to go down the provider line. I'm guessing I missed something as something like this wouldn't be missed.

AhmedvHashem commented 7 years ago

i got the same issue here