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:title="@string/copy_link"
|
||||
android:visible="false" />
|
||||
<item
|
||||
android:id="@+id/quote_message"
|
||||
android:title="@string/quote"
|
||||
android:visible="false" />
|
||||
|
||||
<item
|
||||
android:id="@+id/retry_decryption"
|
||||
|
@ -29,10 +33,6 @@
|
|||
android:id="@+id/correct_message"
|
||||
android:title="@string/correct_message"
|
||||
android:visible="false" />
|
||||
<item
|
||||
android:id="@+id/quote_message"
|
||||
android:title="@string/quote"
|
||||
android:visible="false" />
|
||||
<item
|
||||
android:id="@+id/copy_url"
|
||||
android:title="@string/copy_original_url"
|
||||
|
@ -57,4 +57,4 @@
|
|||
android:id="@+id/delete_file"
|
||||
android:title="@string/delete_x_file"
|
||||
android:visible="false" />
|
||||
</menu>
|
||||
</menu>
|
Loading…
Reference in New Issue