Fix button visibility on connect
Bug: 5750846 Change-Id: I1f31308a21f7f6876f12eb4f1ab45ecd1bc74092
This commit is contained in:
@@ -271,7 +271,7 @@ public class WifiConfigController implements TextWatcher,
|
||||
}
|
||||
|
||||
/* show submit button if password, ip and proxy settings are valid */
|
||||
private void enableSubmitIfAppropriate() {
|
||||
void enableSubmitIfAppropriate() {
|
||||
Button submit = mConfigUi.getSubmitButton();
|
||||
if (submit == null) return;
|
||||
boolean enabled = false;
|
||||
|
Reference in New Issue
Block a user