am f2cfe6c0: Merge "Fix a bug in ScanSettings constructor." into mnc-dev
* commit 'f2cfe6c0a9c49d4e47c269ac1ff76b757d9dd8a9': Fix a bug in ScanSettings constructor.
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