Default port number

Fixes #130
This commit is contained in:
M66B
2018-09-19 09:09:30 +00:00
parent 2f3e44b70b
commit b65e504098
2 changed files with 3 additions and 3 deletions

View File

@@ -324,7 +324,7 @@ public class FragmentIdentity extends FragmentEx {
if (TextUtils.isEmpty(host))
throw new IllegalArgumentException(getContext().getString(R.string.title_no_host));
if (TextUtils.isEmpty(port))
throw new IllegalArgumentException(getContext().getString(R.string.title_no_port));
port = "465";
if (TextUtils.isEmpty(user))
throw new IllegalArgumentException(getContext().getString(R.string.title_no_user));
if (TextUtils.isEmpty(password))