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

Commit 62e9c057 authored by Daniel Sandler's avatar Daniel Sandler Committed by Android (Google) Code Review
Browse files

Merge "Show the keyboard less aggressively." into jb-mr1-lockscreen-dev

parents 6e36f101 fba4d4a7
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -72,7 +72,9 @@ public class KeyguardPasswordView extends KeyguardAbsKeyInputView
    @Override
    public void onResume() {
        super.onResume();
        mImm.toggleSoftInput(InputMethodManager.SHOW_FORCED, 0);
        // XXX this is still not right because onResume is being called every time the page changes
        mPasswordEntry.requestFocus();
        mImm.showSoftInput(mPasswordEntry, InputMethodManager.SHOW_IMPLICIT);
    }

    @Override