smart-location-lib icon indicating copy to clipboard operation
smart-location-lib copied to clipboard

MultiFallbackProvider not falling back?

Open KennyGoers opened this issue 7 years ago • 1 comments

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.

KennyGoers avatar Mar 21 '17 19:03 KennyGoers

i got the same issue here

AhmedvHashem avatar Apr 26 '17 20:04 AhmedvHashem