Merge "Fix a tiny bug in NetworkScanRequest" into pi-dev
am: 27cd1f7e20
Change-Id: I66eebeab2f4a3c3029a437fc1bd717cc745c6051
This commit is contained in:
@@ -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