mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-31 21:41:33 +00:00
Keep action replays around until there is less risk of them being needed.
This commit is contained in:
parent
365f370dbf
commit
ced42fc2f8
1 changed files with 3 additions and 1 deletions
|
@ -347,7 +347,9 @@ public class NBSyncService extends Service {
|
||||||
for (ReadingAction ra : FollowupActions) {
|
for (ReadingAction ra : FollowupActions) {
|
||||||
ra.doLocal(dbHelper);
|
ra.doLocal(dbHelper);
|
||||||
}
|
}
|
||||||
FollowupActions.clear();
|
if (PendingFeed == null) {
|
||||||
|
FollowupActions.clear();
|
||||||
|
}
|
||||||
NbActivity.updateAllActivities(false);
|
NbActivity.updateAllActivities(false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue