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

Commit 9225cc4f authored by Wei Wang's avatar Wei Wang Committed by Tom Turney
Browse files

[DO NOT MERGE] Fix a bug in ScanSettings constructor.

Change-Id: I36e6effe8063bacddd61fe2c47c0360d7ffaee71
parent 2ac9f1e1
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -178,7 +178,7 @@ public final class ScanSettings implements Parcelable {
        mScanResultType = scanResultType;
        mReportDelayMillis = reportDelayMillis;
        mNumOfMatchesPerFilter = numOfMatchesPerFilter;
        mMatchMode = numOfMatchesPerFilter;
        mMatchMode = matchMode;
    }

    private ScanSettings(Parcel in) {