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

Commit c1e1ac25 authored by Natiq Ahmed's avatar Natiq Ahmed Committed by Linux Build Service Account
Browse files

Compiler Fix for new Aosp.

Compiler Fix for new Aosp

Change-Id: I9fc53b52afc890b76a328702882262608a02c16a
parent f0fe549e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3842,7 +3842,7 @@ public class ConnectivityService extends IConnectivityManager.Stub {
            for (NetworkAgentInfo nai : mNetworkAgentInfos.values()) {
                if(mDefaultRequest.networkCapabilities.satisfiedByNetworkCapabilities(
                            nai.networkCapabilities)) {
                    if(nai.currentScore > networkSwitchTo.currentScore){
                    if(nai.getCurrentScore() > networkSwitchTo.getCurrentScore()){
                        networkSwitchTo = nai;
                    }
                }