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

Commit 06eb50d0 authored by Lorenzo Colitti's avatar Lorenzo Colitti Committed by android-build-merger
Browse files

Merge "Ensure handleUpdateLinkProperties runs on the CS handler thread." am:...

Merge "Ensure handleUpdateLinkProperties runs on the CS handler thread." am: a8820983 am: b0cda158
am: f6b57d34

Change-Id: I507dfcdef170cfb02084899891308b078a6700de
parents 1f6a9ee7 f6b57d34
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5631,6 +5631,8 @@ public class ConnectivityService extends IConnectivityManager.Stub
    }

    public void handleUpdateLinkProperties(NetworkAgentInfo nai, LinkProperties newLp) {
        ensureRunningOnConnectivityServiceThread();

        if (getNetworkAgentInfoForNetId(nai.network.netId) != nai) {
            // Ignore updates for disconnected networks
            return;