Support selecting multiple threads to add to chat folder.

Resolves #13973
This commit is contained in:
Sagar
2025-02-06 22:55:19 +05:30
committed by Greyson Parrelli
parent de4b653554
commit d938906d3e
10 changed files with 172 additions and 72 deletions

View File

@@ -787,8 +787,11 @@
<string name="AddToFolderBottomSheet_choose_a_folder">Choose a folder</string>
<!-- Toast shown when a chat has been added to a folder, where %s is the name of the folder -->
<string name="AddToFolderBottomSheet_added_to_s">Added to \"%1$s\"</string>
<!-- Toast shown when a user tries to add a chat to a folder, but the folder already has that chat. %s is the name of the folder -->
<string name="AddToFolderBottomSheet_this_chat_is_already">This chat is already in the folder \"%1$s\"</string>
<!-- Toast shown when a user tries to add chats to a folder, but the folder already has those chats. %s is the name of the folder -->
<plurals name="AddToFolderBottomSheet_these_chat_are_already_in_s">
<item quantity="one">This chat is already in \"%1$s\"</item>
<item quantity="other">These chats are already in \"%1$s\"</item>
</plurals>
<!-- Show in conversation list overflow menu to open selection bottom sheet -->
<string name="ConversationListFragment__notification_profile">Notification profile</string>