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

Commit 60a850b6 authored by sghuman's avatar sghuman Committed by android-build-merger
Browse files

Merge "Fix erroneous constructor in ScoredNetwork.java" am: 9d55f437

am: eaed9ef0

Change-Id: I0314c02497dcabd6f3fa1caeb665ff5ecb9a0f59
parents 2e4d0c76 eaed9ef0
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 */);
    }

    /**