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

Commit 71f08c4b authored by Quang Luong's avatar Quang Luong Committed by Android (Google) Code Review
Browse files

Merge "Fixed Passpoint network "saved" order in wifi picker"

parents 214fd13e 48ad03ab
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1065,7 +1065,7 @@ public class AccessPoint implements Comparable<AccessPoint> {
    }

    public boolean isSaved() {
        return networkId != WifiConfiguration.INVALID_NETWORK_ID;
        return mConfig != null;
    }

    public Object getTag() {