Always show Quote as last action
This commit is contained in:
parent
b451bb2ff0
commit
ec7c0e73f8
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,6 @@
|
|||
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"
|
||||
android:title="@string/retry_decryption"
|
||||
|
@ -29,6 +25,10 @@
|
|||
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/delete_message"
|
||||
android:title="@string/delete_message"
|
||||
|
|
Loading…
Add table
Reference in a new issue