From af42e3465456155e5cecb1672faca78ab2224bc2 Mon Sep 17 00:00:00 2001 From: Daniel Gultsch Date: Tue, 24 Aug 2021 16:53:23 +0200 Subject: [PATCH] Revert "Always show Quote as last action" This reverts commit e528b9f5df59f7b49ae18c73396bd56525493e28. I was originally convinced by the argumentation (quote always in same place) but testing this out for a while really seems to break 'last correct' for me. I use that way more frequently that quote --- src/main/res/menu/message_context.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/res/menu/message_context.xml b/src/main/res/menu/message_context.xml index f6592c5af..f32505203 100644 --- a/src/main/res/menu/message_context.xml +++ b/src/main/res/menu/message_context.xml @@ -20,6 +20,10 @@ android:id="@+id/copy_link" android:title="@string/copy_link" android:visible="false" /> + - - + \ No newline at end of file