mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Fixed account name
This commit is contained in:
@@ -179,4 +179,10 @@ public class EntityAccount {
|
||||
} else
|
||||
return false;
|
||||
}
|
||||
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return name + (primary ? " ★" : "");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user