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

Commit 9386b388 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android (Google) Code Review
Browse files

Merge "Fix NPE"

parents 3585bb1f 81da4884
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -274,8 +274,9 @@ public class WifiConfigController implements TextWatcher,
    void enableSubmitIfAppropriate() {
        Button submit = mConfigUi.getSubmitButton();
        if (submit == null) return;
        boolean enabled = false;
        if (mPasswordView == null) return;

        boolean enabled = false;
        boolean passwordInvalid = false;

        /* Check password invalidity for manual network set up alone */