Show provider's description

This commit is contained in:
M66B 2021-07-26 08:41:10 +02:00
parent c845ebc549
commit bec313eb3e
1 changed files with 1 additions and 1 deletions

View File

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