Show contact profile photo instead of system contact.

This commit is contained in:
Alex Hart
2021-01-13 11:36:39 -04:00
committed by Greyson Parrelli
parent cee2702fdf
commit 2d20ceea01
10 changed files with 80 additions and 26 deletions

View File

@@ -30,6 +30,12 @@
android:summary="@string/preferences__pressing_the_enter_key_will_send_text_messages"
android:title="@string/preferences__pref_enter_sends_title"/>
<org.thoughtcrime.securesms.components.SwitchPreferenceCompat
android:defaultValue="false"
android:key="pref_system_contact_photos"
android:summary="@string/preferences__display_contact_photos_from_your_address_book_if_available"
android:title="@string/preferences__pref_use_address_book_photos"/>
</PreferenceCategory>
<PreferenceCategory android:layout="@layout/preference_divider"/>