Merge "Fix a bug in ScanSettings constructor." into mnc-dev
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user