Merge "Fix Keyboard not show up when launch device control with security lock" into sc-v2-dev am: 7a73e20644
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15897990 Change-Id: I0af65a65d7af1d84744cb46aa7f4a4619c2b14ff
This commit is contained in:
@@ -208,8 +208,7 @@ public class KeyguardPasswordViewController
|
||||
mView.post(() -> {
|
||||
if (mView.isShown()) {
|
||||
mPasswordEntry.requestFocus();
|
||||
mInputMethodManager.showSoftInput(
|
||||
mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
|
||||
mPasswordEntry.getWindowInsetsController().show(WindowInsets.Type.ime());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user