mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Simplify default account name
This commit is contained in:
@@ -544,7 +544,7 @@ public class FragmentAccount extends FragmentEx {
|
||||
}
|
||||
|
||||
if (TextUtils.isEmpty(name))
|
||||
name = host + "/" + user;
|
||||
name = user;
|
||||
|
||||
DB db = DB.getInstance(getContext());
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user