Merge "Request focus in wifi screen in add network and secure wifi" into pi-dev am: 4786291624

am: 76fe8d54b1

Change-Id: I31f8ab52294729f685591d33384b878e34247cd5
This commit is contained in:
Yuchen Chang
2018-03-14 18:29:32 +00:00
committed by android-build-merger
3 changed files with 20 additions and 0 deletions

View File

@@ -363,6 +363,9 @@ public class WifiConfigController implements TextWatcher,
if (mConfigUi.getSubmitButton() != null) {
enableSubmitIfAppropriate();
}
// After done view show and hide, request focus from parent view
mView.findViewById(R.id.l_wifidialog).requestFocus();
}
@VisibleForTesting