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

checkLocationSettings resetting to false #200

Open tusharaga opened 7 years ago

tusharaga commented 7 years ago

checkLocationSettings is resetting to false,

I am doing this :

provider = new LocationGooglePlayServicesProvider(); provider.setCheckLocationSettings(true);

If i change the library code and set its default value to true logger is setting back to null in onActivityResult of LocationGooglePlayServicesProvider