Revert "Always show Quote as last action"
This reverts commit e528b9f5df
.
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
This commit is contained in:
parent
0495470ca8
commit
af42e34654
|
@ -20,6 +20,10 @@
|
||||||
android:id="@+id/copy_link"
|
android:id="@+id/copy_link"
|
||||||
android:title="@string/copy_link"
|
android:title="@string/copy_link"
|
||||||
android:visible="false" />
|
android:visible="false" />
|
||||||
|
<item
|
||||||
|
android:id="@+id/quote_message"
|
||||||
|
android:title="@string/quote"
|
||||||
|
android:visible="false" />
|
||||||
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/retry_decryption"
|
android:id="@+id/retry_decryption"
|
||||||
|
@ -29,10 +33,6 @@
|
||||||
android:id="@+id/correct_message"
|
android:id="@+id/correct_message"
|
||||||
android:title="@string/correct_message"
|
android:title="@string/correct_message"
|
||||||
android:visible="false" />
|
android:visible="false" />
|
||||||
<item
|
|
||||||
android:id="@+id/quote_message"
|
|
||||||
android:title="@string/quote"
|
|
||||||
android:visible="false" />
|
|
||||||
<item
|
<item
|
||||||
android:id="@+id/copy_url"
|
android:id="@+id/copy_url"
|
||||||
android:title="@string/copy_original_url"
|
android:title="@string/copy_original_url"
|
||||||
|
|
Loading…
Reference in a new issue