Loading src/com/android/settings/CryptKeeper.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading Loading
src/com/android/settings/CryptKeeper.java +2 −0 Original line number Diff line number Diff line Loading @@ -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); Loading