Fix crash when opening contacts app when none are present.

This can also happen when the system contacts app has been disabled.

Fixes #11794
This commit is contained in:
Rashad Sookram
2021-11-30 09:43:31 -05:00
committed by Greyson Parrelli
parent 562a255478
commit 3242d97c75
2 changed files with 17 additions and 2 deletions

View File

@@ -3250,6 +3250,8 @@
<string name="RecipientBottomSheet_block">Block</string>
<string name="RecipientBottomSheet_unblock">Unblock</string>
<string name="RecipientBottomSheet_add_to_contacts">Add to contacts</string>
<!-- Error message that displays when a user tries to tap to view system contact details but has no app that supports it -->
<string name="RecipientBottomSheet_unable_to_open_contacts">Can\'t find an app able to open contacts.</string>
<string name="RecipientBottomSheet_add_to_a_group">Add to a group</string>
<string name="RecipientBottomSheet_add_to_another_group">Add to another group</string>
<string name="RecipientBottomSheet_view_safety_number">View safety number</string>