am 9386b388
: Merge "Fix NPE"
* commit '9386b388f6ea29a6aa7558eee13ebfeeab8ae2cb': Fix NPE
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user