mirror of
https://github.com/M66B/FairEmail.git
synced 2026-04-01 14:46:31 +02:00
Differentiate between sync and download
This commit is contained in:
@@ -5404,6 +5404,7 @@ public class FragmentMessages extends FragmentBase implements SharedPreferences.
|
||||
if (folder.error != null && folder.account != null /* outbox */)
|
||||
errors = true;
|
||||
if (folder.sync_state != null &&
|
||||
!"downloading".equals(folder.sync_state) &&
|
||||
(folder.account == null || "connected".equals(folder.accountState)))
|
||||
refreshing = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user