mirror of
https://github.com/M66B/FairEmail.git
synced 2026-03-28 03:46:00 +01:00
Replaced foreground operations by oneshot mode
This commit is contained in:
@@ -29,13 +29,6 @@ public class TupleFolderEx extends EntityFolder {
|
||||
public int content;
|
||||
public int unseen;
|
||||
|
||||
boolean isSynchronizing() {
|
||||
return (sync_state != null &&
|
||||
(EntityFolder.OUTBOX.equals(type) ||
|
||||
!"requested".equals(sync_state) ||
|
||||
"connected".equals(accountState)));
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean equals(Object obj) {
|
||||
if (obj instanceof TupleFolderEx) {
|
||||
|
||||
Reference in New Issue
Block a user