mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Send sync updates from the background service
This commit is contained in:
parent
76ea0c32b5
commit
ec7e204099
1 changed files with 1 additions and 1 deletions
|
@ -1273,7 +1273,7 @@ public class NBSyncService extends JobService {
|
|||
}
|
||||
|
||||
protected void sendSyncUpdate(int update) {
|
||||
NbSyncManager.submitUpdate(UPDATE_STORY | UPDATE_STATUS);
|
||||
NbSyncManager.submitUpdate(update);
|
||||
}
|
||||
|
||||
protected void sendToastError(@NonNull String message) {
|
||||
|
|
Loading…
Add table
Reference in a new issue