Merge "Fix a bug in ScanSettings constructor." into mnc-dev

This commit is contained in:
Wei Wang
2015-05-01 07:51:39 +00:00
committed by Android (Google) Code Review

View File

@@ -187,7 +187,7 @@ public final class ScanSettings implements Parcelable {
mScanResultType = scanResultType; mScanResultType = scanResultType;
mReportDelayMillis = reportDelayMillis; mReportDelayMillis = reportDelayMillis;
mNumOfMatchesPerFilter = numOfMatchesPerFilter; mNumOfMatchesPerFilter = numOfMatchesPerFilter;
mMatchMode = numOfMatchesPerFilter; mMatchMode = matchMode;
} }
private ScanSettings(Parcel in) { private ScanSettings(Parcel in) {