Fixed identity port number hint

This commit is contained in:
M66B 2021-02-20 13:19:58 +01:00
parent d3805dc80b
commit e73e77e471
1 changed files with 1 additions and 1 deletions

View File

@ -390,7 +390,7 @@ public class FragmentIdentity extends FragmentBase {
public void onCheckedChanged(RadioGroup group, int id) {
if (id == R.id.radio_starttls)
etPort.setHint("587");
if (id == R.id.radio_none)
else if (id == R.id.radio_none)
etPort.setHint("25");
else
etPort.setHint("465");