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

Commit 3ace856e authored by Yohei Yukawa's avatar Yohei Yukawa Committed by Android (Google) Code Review
Browse files

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

parents 4a92815a 7bb04656
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -799,8 +799,6 @@ 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);