Send sync updates from the background service

This commit is contained in:
sictiru 2024-03-14 09:01:39 -07:00
parent 76ea0c32b5
commit ec7e204099

View file

@ -1273,7 +1273,7 @@ public class NBSyncService extends JobService {
} }
protected void sendSyncUpdate(int update) { protected void sendSyncUpdate(int update) {
NbSyncManager.submitUpdate(UPDATE_STORY | UPDATE_STATUS); NbSyncManager.submitUpdate(update);
} }
protected void sendToastError(@NonNull String message) { protected void sendToastError(@NonNull String message) {