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

Commit 9d55f437 authored by sghuman's avatar sghuman Committed by Gerrit Code Review
Browse files

Merge "Fix erroneous constructor in ScoredNetwork.java"

parents 47e1f497 23f98ebe
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -104,7 +104,7 @@ public class ScoredNetwork implements Parcelable {
     *     metered.
     */
    public ScoredNetwork(NetworkKey networkKey, RssiCurve rssiCurve, boolean meteredHint) {
        this(networkKey, rssiCurve, false /* meteredHint */, null /* attributes */);
        this(networkKey, rssiCurve, meteredHint, null /* attributes */);
    }

    /**