mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01: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