Merge "Fix NPE"
This commit is contained in:
committed by
Android (Google) Code Review
commit
9386b388f6
@@ -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