made key deletion require double confirmation
This commit is contained in:
@@ -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");
|
||||||
|
|||||||
Reference in New Issue
Block a user