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

Commit d50c05d3 authored by Yohei Yukawa's avatar Yohei Yukawa Committed by android-build-merger
Browse files

Merge "Revert "Revert "Fix no keyboard on N builds""" into nyc-dev am: e744ca88

am: ddfefc33

* commit 'ddfefc33':
  Revert "Revert "Fix no keyboard on N builds""

Change-Id: Iae052343ce6bd297ca621585ae6a27f1921b06f7
parents ce6278ec ddfefc33
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -799,6 +799,8 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
        // Asynchronously throw up the IME, since there are issues with requesting it to be shown
        // immediately.
        if (mLockPatternView == null && !mCooldown) {
            getWindow().setSoftInputMode(
                                WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_VISIBLE);
            mHandler.postDelayed(new Runnable() {
                @Override public void run() {
                    imm.showSoftInputUnchecked(0, null);