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();
} else if (choice.equals(CHOICE_DELETE)) {
((DeleteKeyDialogActivity) activity)
.startDeletionOperation();
.showNormalDeleteDialog();
} else {
throw new AssertionError(
"Unsupported delete type in RevokeDeleteDialogFragment");