Add safety net for when the user has disabled their contacts app.

This commit is contained in:
Alex Hart
2022-06-23 10:23:11 -03:00
committed by Cody Henthorne
parent 678a6f86ab
commit e85adad2b4
2 changed files with 9 additions and 1 deletions

View File

@@ -325,6 +325,8 @@
</plurals>
<!-- ConversationFragment -->
<!-- Toast text when contacts activity is not found -->
<string name="ConversationFragment__contacts_app_not_found">Contacts app not found.</string>
<plurals name="ConversationFragment_delete_selected_messages">
<item quantity="one">Delete selected message?</item>
<item quantity="other">Delete selected messages?</item>