Differentiate between sync and download

This commit is contained in:
M66B 2022-01-17 10:47:16 +01:00
parent f4bb651fd9
commit 280b6775bd
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}