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

Commit 571a7f6f authored by Natiq Ahmed's avatar Natiq Ahmed Committed by Steve Kondik
Browse files

Compiler Fix for new Aosp.

Compiler Fix for new Aosp

Change-Id: I9fc53b52afc890b76a328702882262608a02c16a
parent 25018c20
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;
                    }
                }