mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Fill in name from contacts
This commit is contained in:
@@ -70,6 +70,10 @@ public class ContactInfo {
|
||||
return bitmap;
|
||||
}
|
||||
|
||||
String getDisplayName() {
|
||||
return displayName;
|
||||
}
|
||||
|
||||
String getDisplayName(boolean name_email) {
|
||||
if (!name_email && displayName != null)
|
||||
return displayName;
|
||||
|
||||
Reference in New Issue
Block a user