Skip to content

Commit

Permalink
ui/app/application: Draw on resume
Browse files Browse the repository at this point in the history
  • Loading branch information
darkhz committed Jan 30, 2024
1 parent 67c3c6d commit 3c94070
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/app/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ func suspend(t tcell.Screen) {
}

platform.Suspend(t)
go UI.Draw()

UI.Suspend = false
}

0 comments on commit 3c94070

Please sign in to comment.