Skip to content

Commit

Permalink
Update the mobile test driver to set up the goroutine state
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Jan 24, 2025
1 parent cfe403e commit 7032014
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions internal/driver/mobile/canvas_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -511,6 +511,8 @@ func (a *mobileApp) Driver() fyne.Driver {
func (a *mobileApp) Run() {
// This is an incomplete driver loop - our CI does not currently support booting the mobile graphics
// TODO replace with a full mobileApp.Run() once that is resolved
async.SetMainGoroutine()

for fn := range d.queuedFuncs.Out() {
fn()
}
Expand Down

0 comments on commit 7032014

Please sign in to comment.