Skip to content

Commit

Permalink
Skip drawing UI for period timer
Browse files Browse the repository at this point in the history
  • Loading branch information
joelim-work committed Mar 31, 2024
1 parent 1e10e95 commit b9e56bf
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app.go
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,6 @@ func (app *app) loop() {
case <-app.ticker.C:
app.nav.renew()
app.ui.loadFile(app, false)
app.ui.draw(app.nav)
case <-app.nav.previewTimer.C:
app.nav.previewLoading = true
app.ui.draw(app.nav)
Expand Down

0 comments on commit b9e56bf

Please sign in to comment.