mirror of
https://github.com/M66B/FairEmail.git
synced 2025-12-25 23:20:53 +01:00
Simplify compose
This commit is contained in:
@@ -197,9 +197,4 @@ public class EntityIdentity {
|
||||
String getDisplayName() {
|
||||
return (display == null ? name : display);
|
||||
}
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return getDisplayName() + (primary ? " ★" : "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user