mirror of
https://github.com/deltachat/deltachat-android.git
synced 2025-10-06 03:49:58 +02:00
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:
parent
6996836f80
commit
e2d7f2c3d3
9 changed files with 20 additions and 28 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue