Loading packages/SystemUI/src/com/android/keyguard/KeyguardPasswordViewController.java +1 −2 Original line number Diff line number Diff line Loading @@ -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()); } }); } Loading Loading
packages/SystemUI/src/com/android/keyguard/KeyguardPasswordViewController.java +1 −2 Original line number Diff line number Diff line Loading @@ -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()); } }); } Loading