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

Commit 105384e3 authored by Mike Lockwood's avatar Mike Lockwood Committed by Android Git Automerger
Browse files

am 4d0c3083: am c7c856fb: am d2084bb6: am e1d7dca6: Merge...

am 4d0c3083: am c7c856fb: am d2084bb6: am e1d7dca6: Merge "LocationManagerService: Call updateNetworkState on providers that are disabled." into froyo
parents d974b80f 4d0c3083
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1646,7 +1646,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);
                        }
                    }