Skip to content

Commit

Permalink
ensure mobile window content enqueues a refresh event on show
Browse files Browse the repository at this point in the history
  • Loading branch information
fpabl0 authored and andydotxyz committed Mar 2, 2021
1 parent 6f24b54 commit 9d4676c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/driver/gomobile/window.go
Expand Up @@ -121,6 +121,7 @@ func (w *window) Show() {
w.visible = true

if w.Content() != nil {
w.Content().Refresh()
w.Content().Show()
}
}
Expand Down

0 comments on commit 9d4676c

Please sign in to comment.