Merge "Fix NPE from monkey run"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a75a5ea80b
@@ -112,8 +112,8 @@ public class WifiConfigController implements TextWatcher,
|
||||
private TextView mProxyPortView;
|
||||
private TextView mProxyExclusionListView;
|
||||
|
||||
private IpAssignment mIpAssignment;
|
||||
private ProxySettings mProxySettings;
|
||||
private IpAssignment mIpAssignment = IpAssignment.UNASSIGNED;
|
||||
private ProxySettings mProxySettings = ProxySettings.UNASSIGNED;
|
||||
private LinkProperties mLinkProperties = new LinkProperties();
|
||||
|
||||
// True when this instance is used in SetupWizard XL context.
|
||||
|
Reference in New Issue
Block a user