mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-27 04:43:54 +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
|
||||
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