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

Commit 52cc2cd5 authored by Irfan Sheriff's avatar Irfan Sheriff Committed by Android Git Automerger
Browse files

am 9386b388: Merge "Fix NPE"

* commit '9386b388':
  Fix NPE
parents 8772f665 9386b388
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 */