mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-04 16:16:33 +02:00
Reset backup after opening folders
This commit is contained in:
@@ -480,7 +480,6 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
db.account().setAccountState(account.id, "connecting");
|
||||
istore.connect(account.host, account.port, account.user, account.password);
|
||||
|
||||
backoff = CONNECT_BACKOFF_START;
|
||||
db.account().setAccountState(account.id, "connected");
|
||||
db.account().setAccountError(account.id, null);
|
||||
|
||||
@@ -679,6 +678,8 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
idlers.add(idle);
|
||||
}
|
||||
|
||||
backoff = CONNECT_BACKOFF_START;
|
||||
|
||||
BroadcastReceiver processFolder = new BroadcastReceiver() {
|
||||
@Override
|
||||
public void onReceive(Context context, final Intent intent) {
|
||||
|
||||
Reference in New Issue
Block a user