Fix back button on crypto screen
Did not reenable after entering wrong password. Bug: 12434219 Change-Id: If8b0c22213a345b3dd0f92e02710c155c7adcd1c
This commit is contained in:
@@ -209,6 +209,7 @@ public class CryptKeeper extends Activity implements TextView.OnEditorActionList
|
||||
final InputMethodManager imm = (InputMethodManager) getSystemService(
|
||||
Context.INPUT_METHOD_SERVICE);
|
||||
imm.showSoftInput(mPasswordEntry, 0);
|
||||
setBackFunctionality(true);
|
||||
}
|
||||
if (mLockPatternView != null) {
|
||||
mLockPatternView.setEnabled(true);
|
||||
|
Reference in New Issue
Block a user