Simplify default account name

This commit is contained in:
M66B 2018-09-08 13:51:04 +00:00
parent 4071185394
commit f813f1669f
1 changed files with 1 additions and 1 deletions

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 {