mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Fix sticky status messages.
This commit is contained in:
parent
4793529d0c
commit
fa94d9dc1f
1 changed files with 1 additions and 1 deletions
|
@ -539,7 +539,7 @@ public class NBSyncService extends Service {
|
|||
} finally {
|
||||
if (RecountsRunning) {
|
||||
RecountsRunning = false;
|
||||
NbActivity.updateAllActivities(NbActivity.UPDATE_METADATA);
|
||||
NbActivity.updateAllActivities(NbActivity.UPDATE_METADATA | NbActivity.UPDATE_STATUS);
|
||||
}
|
||||
FlushRecounts = false;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue