mirror of
https://github.com/signalapp/Signal-Android.git
synced 2026-04-21 09:20:19 +01:00
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:
committed by
Greyson Parrelli
parent
562a255478
commit
3242d97c75
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user