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