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

Commit f6b57d34 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: a8820983

am: b0cda158

Change-Id: I14555061639da3b04b4bca74c692ac94e5713c74
parents f569dff5 b0cda158
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -5565,6 +5565,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;