mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-02 19:10:11 +01:00
Consider no IDLE support as an error
This commit is contained in:
@@ -818,7 +818,7 @@ public class ServiceSynchronize extends LifecycleService {
|
||||
|
||||
db.account().setAccountState(account.id, "connected");
|
||||
db.account().setAccountConnected(account.id, new Date().getTime());
|
||||
db.account().setAccountError(account.id, null);
|
||||
db.account().setAccountError(account.id, capIdle ? null : getString(R.string.title_no_idle));
|
||||
|
||||
NotificationManager nm = getSystemService(NotificationManager.class);
|
||||
nm.cancel("receive", account.id.intValue());
|
||||
|
||||
Reference in New Issue
Block a user