Under v2.6.0-alpha1, whien compiling with the --tags mobile flag, it always complains about needing fyne.Do(...) wrappers for stuff in the main thread #5535
Labels
unverified
A bug that has been reported but not verified
Checklist
Describe the bug
When I compile the code below using
fyne build --tags mobile
it complains about window.ShowAndRun() not being called with a fyne.Do(..) wrapper, even though it's being called from the main thread.How to reproduce
--tags mobile
flagScreenshots
Example code
Fyne version
v2.6.0-alpha1
Go compiler version
v1.23.4
Operating system and version
MacOS sonoma 14.6.1
Additional Information
The code appears to work fine, it just complains about everything
The text was updated successfully, but these errors were encountered: