mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-27 02:07:12 +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))
|
if (TextUtils.isEmpty(name))
|
||||||
name = host + "/" + user;
|
name = user;
|
||||||
|
|
||||||
DB db = DB.getInstance(getContext());
|
DB db = DB.getInstance(getContext());
|
||||||
try {
|
try {
|
||||||
|
|
Loading…
Reference in a new issue