mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
fix loading indicator spinning during wrong parts of sync
This commit is contained in:
parent
d2978db01a
commit
e7033a7da2
1 changed files with 2 additions and 2 deletions
|
@ -951,10 +951,10 @@ public class NBSyncService extends Service {
|
|||
}
|
||||
|
||||
/**
|
||||
* Is the main feed/folder list sync running?
|
||||
* Is the main feed/folder list sync running and blocking?
|
||||
*/
|
||||
public static boolean isFeedFolderSyncRunning() {
|
||||
return (HousekeepingRunning || ActionsRunning || RecountsRunning || FFSyncRunning || CleanupService.running() || UnreadsService.running() || StorySyncRunning || OriginalTextService.running() || ImagePrefetchService.running());
|
||||
return (HousekeepingRunning || FFSyncRunning);
|
||||
}
|
||||
|
||||
public static boolean isFeedCountSyncRunning() {
|
||||
|
|
Loading…
Add table
Reference in a new issue