more fyne.Do updates
This commit is contained in:
@@ -71,7 +71,7 @@ func (l *LoadingDots) animate(ctx context.Context) {
|
||||
l.running.Store(false)
|
||||
return
|
||||
case <-ticker.C:
|
||||
l.doTick(foreground, disabled)
|
||||
fyne.Do(func() { l.doTick(foreground, disabled) })
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user