Closed awfulcooking closed 2 years ago
Caused by display.Error() being made to block for the loading page change.
We must call goURL / handleURL from a goroutine other than the main UI loop
I don't think there are any other problematic calls at the moment
Sorry :)
Good catch, thanks! Let me know if you find anything else.
Caused by display.Error() being made to block for the loading page change.
We must call goURL / handleURL from a goroutine other than the main UI loop
I don't think there are any other problematic calls at the moment
Sorry :)