Always show Quote as last action
This commit is contained in:
parent
1e1dad780b
commit
e528b9f5df
|
@ -20,10 +20,6 @@
|
||||||
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"
|
||||||
|
@ -33,6 +29,10 @@
|
||||||
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 New Issue