mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Request location updates onStatusChanged
This commit is contained in:
parent
54bde96f9f
commit
024ceeb23f
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue