mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Small improvement
This commit is contained in:
@@ -783,7 +783,7 @@ public class EmailProvider implements Parcelable {
|
||||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return description;
|
||||
return TextUtils.isEmpty(description) ? name : description;
|
||||
}
|
||||
|
||||
public static class Server {
|
||||
|
||||
Reference in New Issue
Block a user