Merge "Fix a tiny bug in NetworkScanRequest" into pi-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
27cd1f7e20
@@ -152,7 +152,7 @@ public final class NetworkScanRequest implements Parcelable {
|
||||
this.mMaxSearchTime = maxSearchTime;
|
||||
this.mIncrementalResults = incrementalResults;
|
||||
this.mIncrementalResultsPeriodicity = incrementalResultsPeriodicity;
|
||||
if (mMccMncs != null) {
|
||||
if (mccMncs != null) {
|
||||
this.mMccMncs = (ArrayList<String>) mccMncs.clone();
|
||||
} else {
|
||||
this.mMccMncs = new ArrayList<>();
|
||||
|
||||
Reference in New Issue
Block a user