mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-30 05:44:51 +02:00
Identity: copy host name of account
This commit is contained in:
@@ -270,6 +270,10 @@ public class FragmentIdentity extends FragmentBase {
|
||||
spProvider.setTag(0);
|
||||
spProvider.setSelection(0);
|
||||
setProvider((EmailProvider) spProvider.getItemAtPosition(0));
|
||||
if (account.host == null || account.host.startsWith("imap"))
|
||||
etHost.setText(null);
|
||||
else
|
||||
etHost.setText(account.host);
|
||||
grpAdvanced.setVisibility(View.VISIBLE);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user