mirror of https://github.com/M66B/FairEmail.git
Fixed account name
This commit is contained in:
parent
f3ae196f9d
commit
c8c7c2a529
|
@ -179,4 +179,10 @@ public class EntityAccount {
|
||||||
} else
|
} else
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@NonNull
|
||||||
|
@Override
|
||||||
|
public String toString() {
|
||||||
|
return name + (primary ? " ★" : "");
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue