Request location updates onStatusChanged

This commit is contained in:
misaochan 2018-04-14 19:28:16 +10:00
parent 54bde96f9f
commit 024ceeb23f

View file

@ -234,6 +234,8 @@ public class LocationServiceManager implements LocationListener {
@Override
public void onStatusChanged(String provider, int status, Bundle extras) {
Timber.d("%s's status changed to %d", provider, status);
//TODO: Check what status is
requestLocationUpdatesFromProvider(LocationManager.NETWORK_PROVIDER);
}
@Override