Update max limit string.

This commit is contained in:
Michelle Tang
2024-06-06 12:40:39 -07:00
committed by Alex Hart
parent 13dd59f226
commit 98290a9fa3
2 changed files with 3 additions and 2 deletions

View File

@@ -231,7 +231,7 @@ class MultiselectForwardFragment :
val message: Int = when (it) {
ContactSearchError.CONTACT_NOT_SELECTABLE -> R.string.MultiselectForwardFragment__only_admins_can_send_messages_to_this_group
ContactSearchError.RECOMMENDED_LIMIT_REACHED -> R.string.ContactSelectionListFragment_recommended_member_limit_reached
ContactSearchError.HARD_LIMIT_REACHED -> R.string.MultiselectForwardFragment__limit_reached
ContactSearchError.HARD_LIMIT_REACHED -> R.string.MultiselectForwardFragment__you_cant_select_more_chats
}
Toast.makeText(requireContext(), message, Toast.LENGTH_SHORT).show()