Skip to content

Commit

Permalink
fix app not reload after tap back button
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinBeBoy committed Oct 23, 2024
1 parent ce38906 commit 9cd94be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ui/window.go
Original file line number Diff line number Diff line change
Expand Up @@ -425,6 +425,7 @@ func (win *Window) listenSoftKey(gtx C) {
case key.Event:
if event.Name == key.NameBack && event.State == key.Press {
win.load.Theme.OnTapBack()
win.navigator.Reload()
}
}
}
Expand Down

0 comments on commit 9cd94be

Please sign in to comment.