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

This commit is contained in:
Yohei Yukawa
2016-04-02 02:35:14 +00:00
committed by Android (Google) Code Review

View File

@@ -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);