fix loading indicator spinning during wrong parts of sync

This commit is contained in:
dosiecki 2018-03-27 13:39:39 -07:00
parent d2978db01a
commit e7033a7da2

View file

@ -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() {