1
0
Fork 0
mirror of https://github.com/M66B/FairEmail.git synced 2025-02-20 21:27:07 +00:00

Show provider's description

This commit is contained in:
M66B 2021-07-26 08:41:10 +02:00
parent c845ebc549
commit bec313eb3e

View file

@ -783,7 +783,7 @@ public class EmailProvider implements Parcelable {
@NonNull
@Override
public String toString() {
return name;
return description;
}
public static class Server {