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

Commit a8820983 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

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

parents 63f516d1 94229b31
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;