1
0
Fork 0
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:
M66B 2018-09-08 13:51:04 +00:00
parent 4071185394
commit f813f1669f

View file

@ -544,7 +544,7 @@ public class FragmentAccount extends FragmentEx {
}
if (TextUtils.isEmpty(name))
name = host + "/" + user;
name = user;
DB db = DB.getInstance(getContext());
try {