mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Ensure refreshed feed counts show immediately.
This commit is contained in:
parent
3f1d5fe471
commit
44bc0fe710
1 changed files with 1 additions and 1 deletions
|
@ -517,7 +517,7 @@ public class NBSyncService extends Service {
|
|||
} finally {
|
||||
if (RecountsRunning) {
|
||||
RecountsRunning = false;
|
||||
NbActivity.updateAllActivities(false);
|
||||
NbActivity.updateAllActivities(true);
|
||||
}
|
||||
FlushRecounts = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue