Fix 3409373: Don't grey out Cancel button on confirm pattern screen

Change-Id: I5832fd92cb71c91239326b295c36d207286263f2
This commit is contained in:
Jim Miller
2011-02-14 17:07:22 -08:00
parent cd44f206e0
commit 77cb854d68

View File

@@ -248,7 +248,7 @@ public class ChooseLockPattern extends PreferenceActivity {
LeftButtonMode.Retry, RightButtonMode.Continue, ID_EMPTY_MESSAGE, false),
NeedToConfirm(
R.string.lockpattern_need_to_confirm,
LeftButtonMode.CancelDisabled, RightButtonMode.ConfirmDisabled,
LeftButtonMode.Cancel, RightButtonMode.ConfirmDisabled,
ID_EMPTY_MESSAGE, true),
ConfirmWrong(
R.string.lockpattern_need_to_unlock_wrong,