mirror of
https://github.com/M66B/FairEmail.git
synced 2024-12-31 20:25:38 +00:00
Differentiate between sync and download
This commit is contained in:
parent
f4bb651fd9
commit
280b6775bd
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue