mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-26 09:47:13 +00:00
Simplify default account name
This commit is contained in:
parent
4071185394
commit
f813f1669f
1 changed files with 1 additions and 1 deletions
|
@ -544,7 +544,7 @@ public class FragmentAccount extends FragmentEx {
|
|||
}
|
||||
|
||||
if (TextUtils.isEmpty(name))
|
||||
name = host + "/" + user;
|
||||
name = user;
|
||||
|
||||
DB db = DB.getInstance(getContext());
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue