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:
parent
c845ebc549
commit
bec313eb3e
1 changed files with 1 additions and 1 deletions
|
@ -783,7 +783,7 @@ public class EmailProvider implements Parcelable {
|
|||
@NonNull
|
||||
@Override
|
||||
public String toString() {
|
||||
return name;
|
||||
return description;
|
||||
}
|
||||
|
||||
public static class Server {
|
||||
|
|
Loading…
Reference in a new issue