Revert "Implement bottom selection menu in chat."

This reverts commit 829c06ab1a.
This commit is contained in:
Greyson Parrelli
2022-01-07 17:08:24 -05:00
parent b68bd9179c
commit 37b0d3d755
14 changed files with 116 additions and 163 deletions

View File

@@ -2785,22 +2785,13 @@
<string name="conversation_context__menu_forward_message">Forward</string>
<!-- Button to retry sending a message -->
<string name="conversation_context__menu_resend_message">Resend message</string>
<!-- Button to reply to a message -->
<string name="conversation_context__menu_reply_to_message">Reply</string>
<string name="conversation_context__menu_reply_to_message">Reply to message</string>
<!-- conversation_context_reaction -->
<!-- Button to select a message and enter selection mode -->
<!-- conversation_context_reacction -->
<string name="conversation_context__reaction_multi_select">Select multiple</string>
<!-- Heading which shows how many messages are currently selected -->
<plurals name="conversation_context__s_selected">
<item quantity="one">%d selected</item>
<item quantity="other">%d selected</item>
</plurals>
<!-- conversation_context_image -->
<!-- Button to save a message attachment (image, file etc.) -->
<string name="conversation_context_image__save_attachment">Save</string>
<string name="conversation_context_image__save_attachment">Save attachment</string>
<!-- conversation_expiring_off -->
<string name="conversation_expiring_off__disappearing_messages">Disappearing messages</string>