Fix NPE from monkey run
Bug: 5037499 Change-Id: Ic12fab174d19b759899ce8b3f92f202f549e7c00
This commit is contained in:
@@ -112,8 +112,8 @@ public class WifiConfigController implements TextWatcher,
|
|||||||
private TextView mProxyPortView;
|
private TextView mProxyPortView;
|
||||||
private TextView mProxyExclusionListView;
|
private TextView mProxyExclusionListView;
|
||||||
|
|
||||||
private IpAssignment mIpAssignment;
|
private IpAssignment mIpAssignment = IpAssignment.UNASSIGNED;
|
||||||
private ProxySettings mProxySettings;
|
private ProxySettings mProxySettings = ProxySettings.UNASSIGNED;
|
||||||
private LinkProperties mLinkProperties = new LinkProperties();
|
private LinkProperties mLinkProperties = new LinkProperties();
|
||||||
|
|
||||||
// True when this instance is used in SetupWizard XL context.
|
// True when this instance is used in SetupWizard XL context.
|
||||||
|
Reference in New Issue
Block a user