mirror of
https://github.com/M66B/FairEmail.git
synced 2025-02-21 21:57:19 +00:00
Fixed account name
This commit is contained in:
parent
f3ae196f9d
commit
c8c7c2a529
1 changed files with 6 additions and 0 deletions
|
@ -179,4 +179,10 @@ public class EntityAccount {
|
|||
} else
|
||||
return false;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return name + (primary ? " ★" : "");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue