Skip to content

Commit

Permalink
Send sync updates from the background service
Browse files Browse the repository at this point in the history
  • Loading branch information
sictiru committed Mar 14, 2024
1 parent 76ea0c3 commit ec7e204
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1273,7 +1273,7 @@ public static String getPendingInfo() {
}

protected void sendSyncUpdate(int update) {
NbSyncManager.submitUpdate(UPDATE_STORY | UPDATE_STATUS);
NbSyncManager.submitUpdate(update);
}

protected void sendToastError(@NonNull String message) {
Expand Down

0 comments on commit ec7e204

Please sign in to comment.