Fix detection of local-only refresh (#7088)
This commit is contained in:
parent
863d4c3b61
commit
456159e85f
|
@ -68,6 +68,7 @@ public class FeedUpdateWorker extends Worker {
|
|||
Feed feed = itr.next();
|
||||
if (!feed.getPreferences().getKeepUpdated()) {
|
||||
itr.remove();
|
||||
continue;
|
||||
}
|
||||
if (!feed.isLocalFeed()) {
|
||||
allAreLocal = false;
|
||||
|
|
Loading…
Reference in New Issue