Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7787a78 authored by Irfan Sheriff's avatar Irfan Sheriff
Browse files

Fix NPE from monkey run

Bug: 5037499
Change-Id: Ic12fab174d19b759899ce8b3f92f202f549e7c00
parent a7c32ad7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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.