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

Commit 1df7ba1c authored by Ningyuan Wang's avatar Ningyuan Wang Committed by android-build-merger
Browse files

Enforce null check for mAccessPoint

am: 6c12f06b

Change-Id: I0fbf4a19a6e28bc66bc6f320dae90bbe438c3341
parents c8de736e 6c12f06b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1030,7 +1030,7 @@ public class WifiConfigController implements TextWatcher,
                setUserCertInvisible();
                setPasswordInvisible();
                setIdentityInvisible();
                if (mAccessPoint.isCarrierAp()) {
                if (mAccessPoint != null && mAccessPoint.isCarrierAp()) {
                    setEapMethodInvisible();
                }
                break;