Fill in name from contacts

This commit is contained in:
M66B
2019-12-19 21:37:09 +01:00
parent 3ec0ba375a
commit 26f3fe4893
2 changed files with 21 additions and 3 deletions

View File

@@ -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;