diff --git a/src/main/java/eu/siacs/conversations/ui/XmppActivity.java b/src/main/java/eu/siacs/conversations/ui/XmppActivity.java
index a9d2bc856edfaf635a565b19a73703cc906917ac..36e82b2a7b7569c2c0acd72dcc9375c8613537dc 100644
--- a/src/main/java/eu/siacs/conversations/ui/XmppActivity.java
+++ b/src/main/java/eu/siacs/conversations/ui/XmppActivity.java
@@ -786,32 +786,8 @@ public abstract class XmppActivity extends Activity {
new DialogInterface.OnClickListener() {
@Override
public void onClick(DialogInterface dialog, int which) {
- Builder builder = new Builder(XmppActivity.this);
- builder.setTitle(getString(R.string.purge_key));
- builder.setIconAttribute(android.R.attr.alertDialogIcon);
- builder.setMessage(getString(R.string.purge_key_warning));
- builder.setNegativeButton(getString(R.string.cancel), null);
- builder.setPositiveButton(getString(R.string.accept),
- new DialogInterface.OnClickListener() {
- @Override
- public void onClick(DialogInterface dialog, int which) {
- Builder builder = new Builder(XmppActivity.this);
- builder.setTitle(getString(R.string.purge_key));
- builder.setIconAttribute(android.R.attr.alertDialogIcon);
- builder.setMessage(getString(R.string.purge_key_warning2));
- builder.setNegativeButton(getString(R.string.cancel), null);
- builder.setPositiveButton(getString(R.string.accept),
- new DialogInterface.OnClickListener() {
- @Override
- public void onClick(DialogInterface dialog, int which) {
- account.getAxolotlService().purgeKey(fingerprint);
- refreshUi();
- }
- });
- builder.create().show();
- }
- });
- builder.create().show();
+ account.getAxolotlService().purgeKey(fingerprint);
+ refreshUi();
}
});
builder.create().show();
diff --git a/src/main/res/values/strings.xml b/src/main/res/values/strings.xml
index 4eb518e50b6bd9dda3645c9d6c96e4936889edab..cdb5ae22bd5937aec9e8007c477d14319209313f 100644
--- a/src/main/res/values/strings.xml
+++ b/src/main/res/values/strings.xml
@@ -408,8 +408,6 @@
Purge key
Are you sure you want to purge this key?
It will irreversibly be considered compromised, and you can never build a session with it again.
- Did you press purge because you are trying to fix some problem? If so, please cancel. This functionality will NOT fix your problem.
- Are you sure? You CAN NOT undo this. You have been warned.
There are no usable keys available for this contact. If you have purged any of their keys, they need to generate new ones.
Error
Fetching history from server