mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-05 08:33:37 +02:00
Remove spaces from host names
This commit is contained in:
@@ -601,7 +601,7 @@ public class FragmentAccount extends FragmentBase {
|
||||
|
||||
Bundle args = new Bundle();
|
||||
args.putLong("id", id);
|
||||
args.putString("host", etHost.getText().toString().trim());
|
||||
args.putString("host", etHost.getText().toString().trim().replace(" ", ""));
|
||||
args.putInt("encryption", encryption);
|
||||
args.putBoolean("insecure", cbInsecure.isChecked());
|
||||
args.putString("port", etPort.getText().toString());
|
||||
|
||||
Reference in New Issue
Block a user