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

Commit 17004d63 authored by Wei Wang's avatar Wei Wang Committed by Android Git Automerger
Browse files

am 342c22a5: am f2cfe6c0: Merge "Fix a bug in ScanSettings constructor." into mnc-dev

* commit '342c22a5':
  Fix a bug in ScanSettings constructor.
parents cf6f4e4e 342c22a5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -187,7 +187,7 @@ public final class ScanSettings implements Parcelable {
        mScanResultType = scanResultType;
        mReportDelayMillis = reportDelayMillis;
        mNumOfMatchesPerFilter = numOfMatchesPerFilter;
        mMatchMode = numOfMatchesPerFilter;
        mMatchMode = matchMode;
    }

    private ScanSettings(Parcel in) {