From 0ff3c0b3b446fef371d8d768f78e65fc993b3386 Mon Sep 17 00:00:00 2001 From: Christian Schneppe Date: Sun, 15 Jan 2017 11:40:32 +0100 Subject: don't allow to purge keys. offer distrust instead --- src/main/res/menu/omemo_key_context.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main/res/menu/omemo_key_context.xml') diff --git a/src/main/res/menu/omemo_key_context.xml b/src/main/res/menu/omemo_key_context.xml index d372d4bd4..d57b4d7f7 100644 --- a/src/main/res/menu/omemo_key_context.xml +++ b/src/main/res/menu/omemo_key_context.xml @@ -5,8 +5,8 @@ android:title="@string/verify_with_qr_code" /> + android:id="@+id/distrust_key" + android:title="@string/distrust_omemo_key" /> -- cgit v1.2.3