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

Commit fba4d4a7 authored by Daniel Sandler's avatar Daniel Sandler
Browse files

Show the keyboard less aggressively.

Bug: 7427586
Proto-Id: I154ac6faa7609da458157ecfba8d9a94f4e27ccb
Change-Id: I6fcabbdca358f124e362443db1377681378347ae
parent 8a26bf5a
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