Skip to content

Commit

Permalink
run #updateGlobalStats in #handleSyncComplete
Browse files Browse the repository at this point in the history
  • Loading branch information
Cryptkeeper committed May 5, 2020
1 parent cdb64f0 commit 3458c60
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions assets/js/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,10 @@ export class App {
// Run a single bulk server sort instead of per-add event since there may be multiple
this.sortController.show()
this.percentageBar.redraw()

// The data may not be there to correctly compute values, but run an attempt
// Otherwise they will be updated by #initTasks
this.updateGlobalStats()
}

initTasks () {
Expand Down

0 comments on commit 3458c60

Please sign in to comment.