mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 12:53:55 +01:00
Remove unnecessary method in onStatusChanged
This commit is contained in:
parent
ba8c3b5131
commit
d6cec36f09
1 changed files with 0 additions and 2 deletions
|
|
@ -251,8 +251,6 @@ public class LocationServiceManager implements LocationListener {
|
||||||
@Override
|
@Override
|
||||||
public void onStatusChanged(String provider, int status, Bundle extras) {
|
public void onStatusChanged(String provider, int status, Bundle extras) {
|
||||||
Timber.d("%s's status changed to %d", provider, status);
|
Timber.d("%s's status changed to %d", provider, status);
|
||||||
//TODO: Check what status is
|
|
||||||
requestLocationUpdatesFromProvider(LocationManager.NETWORK_PROVIDER);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue