Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a73e206 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix Keyboard not show up when launch device control with security lock" into sc-v2-dev

parents a752da8c 49512709
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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());
            }
        });
    }