Restore password visibility on screen rotation in Hotspot/Wifi setup.
Bug: 16237425 Change-Id: I2bf0aaaa657d60f007858c6635d2a17326562c66
This commit is contained in:
@@ -74,6 +74,11 @@ class WifiDialog extends AlertDialog implements WifiConfigUiBase {
|
||||
}
|
||||
}
|
||||
|
||||
public void onRestoreInstanceState(Bundle savedInstanceState) {
|
||||
super.onRestoreInstanceState(savedInstanceState);
|
||||
mController.updatePassword();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean isEdit() {
|
||||
return mEdit;
|
||||
|
Reference in New Issue
Block a user