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;
|
||||
mReportDelayMillis = reportDelayMillis;
|
||||
mNumOfMatchesPerFilter = numOfMatchesPerFilter;
|
||||
mMatchMode = numOfMatchesPerFilter;
|
||||
mMatchMode = matchMode;
|
||||
}
|
||||
|
||||
private ScanSettings(Parcel in) {
|
||||
|
||||
Reference in New Issue
Block a user