mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
faster, more expensive UI response to mark-alls.
This commit is contained in:
parent
ce09ce1a4a
commit
e7a66e08dc
1 changed files with 2 additions and 0 deletions
|
@ -168,6 +168,8 @@ public class FeedUtils {
|
|||
ra = ReadingAction.markFeedRead(newFeedSet, olderThan, newerThan);
|
||||
}
|
||||
dbHelper.enqueueAction(ra);
|
||||
ra.doLocal(dbHelper);
|
||||
NbActivity.updateAllActivities(NbActivity.UPDATE_METADATA | NbActivity.UPDATE_STORY);
|
||||
triggerSync(context);
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue