* commit '342c22a5973386d5a5fdb0b552a26f51920cb026': 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