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

This commit is contained in:
Jim Miller
2011-02-15 15:04:00 -08:00
committed by Android (Google) Code Review

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,