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

Commit c90b0196 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Enforce null check for mAccessPoint"

parents c8b6833e 0117b995
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1028,7 +1028,7 @@ public class WifiConfigController implements TextWatcher,
                setUserCertInvisible();
                setPasswordInvisible();
                setIdentityInvisible();
                if (mAccessPoint.isCarrierAp()) {
                if (mAccessPoint != null && mAccessPoint.isCarrierAp()) {
                    setEapMethodInvisible();
                }
                break;