Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4d0c3083 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am c7c856fb: am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call...

am c7c856fb: am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo
parents 1d0e5599 c7c856fb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1645,7 +1645,7 @@ public class LocationManagerService extends ILocationManager.Stub implements Run
                synchronized (mLock) {
                    for (int i = mProviders.size() - 1; i >= 0; i--) {
                        LocationProviderInterface provider = mProviders.get(i);
                        if (provider.isEnabled() && provider.requiresNetwork()) {
                        if (provider.requiresNetwork()) {
                            provider.updateNetworkState(mNetworkState, info);
                        }
                    }