made key deletion require double confirmation

This commit is contained in:
Adithya Abraham Philip
2015-07-10 07:18:00 +05:30
parent b61a7d5535
commit 76500f47a3

View File

@@ -357,7 +357,7 @@ public class DeleteKeyDialogActivity extends FragmentActivity {
.startRevocationOperation(); .startRevocationOperation();
} else if (choice.equals(CHOICE_DELETE)) { } else if (choice.equals(CHOICE_DELETE)) {
((DeleteKeyDialogActivity) activity) ((DeleteKeyDialogActivity) activity)
.startDeletionOperation(); .showNormalDeleteDialog();
} else { } else {
throw new AssertionError( throw new AssertionError(
"Unsupported delete type in RevokeDeleteDialogFragment"); "Unsupported delete type in RevokeDeleteDialogFragment");