prefer NAME over NAME (ADDR) (#3699)

* prefer NAME over NAME (ADDR)

this tunes the usage of email addresses further down,
in all cases, the profile should only be a tap away before or afterwards,
so, these mentionings were never really critical

* update CHANGELOG

* Update CHANGELOG.md

Co-authored-by: adb <adb@merlinux.eu>

---------

Co-authored-by: adb <adb@merlinux.eu>
This commit is contained in:
bjoern 2025-04-02 16:41:36 +02:00 committed by GitHub
parent 6996836f80
commit e2d7f2c3d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
9 changed files with 20 additions and 28 deletions

View file

@ -680,7 +680,7 @@ public class ConversationActivity extends PassphraseRequiredActionBarActivity
if (!dcChat.isMultiUser()) {
int[] contactIds = dcContext.getChatContacts(chatId);
if (contactIds.length == 1 || contactIds.length == 2) {
name = dcContext.getContact(contactIds[0]).getNameNAddr();
name = dcContext.getContact(contactIds[0]).getDisplayName();
}
}
new AlertDialog.Builder(this)