mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-02 07:06:18 +02:00
Fixed falling back to IPv4
This commit is contained in:
@@ -737,7 +737,7 @@ public class ServiceSynchronize extends ServiceBase {
|
||||
db.account().setAccountState(account.id, "connecting");
|
||||
|
||||
try {
|
||||
ConnectionHelper.connect(this, isession, istore, account);
|
||||
ConnectionHelper.connect(this, istore, account);
|
||||
} catch (Throwable ex) {
|
||||
if (ex instanceof AuthenticationFailedException) {
|
||||
NotificationManager nm = (NotificationManager) getSystemService(Context.NOTIFICATION_SERVICE);
|
||||
|
||||
Reference in New Issue
Block a user