Check POP account / debug

This commit is contained in:
M66B
2022-01-30 13:38:32 +01:00
parent 523f5a2f29
commit a93dfb1f89

View File

@@ -468,7 +468,8 @@ public class FragmentPop extends FragmentBase {
!account.insecure.equals(insecure) ||
!account.port.equals(Integer.parseInt(port)) ||
!account.user.equals(user) ||
!account.password.equals(password)));
!account.password.equals(password) ||
BuildConfig.DEBUG));
Log.i("Account check=" + check);
Long last_connected = null;