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 {