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

am: fb43d8d

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

Change-Id: I6be5e343e3ce25fdcd8cb3e66b8e0f77e3265801
This commit is contained in:
Yohei Yukawa
2016-04-02 02:47:47 +00:00
committed by android-build-merger

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