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

Commit 3c0c04cc authored by Natiq Ahmed's avatar Natiq Ahmed Committed by Ricardo Cerqueira
Browse files

Compiler Fix for new Aosp.

Compiler Fix for new Aosp

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