-
Notifications
You must be signed in to change notification settings - Fork 1
Fix wasm compose animations lag #20
Copy link
Copy link
Open
Labels
Jetpack Composeeverything @Composableeverything @ComposableUIeverything about UIeverything about UIbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Metadata
Metadata
Assignees
Labels
Jetpack Composeeverything @Composableeverything @ComposableUIeverything about UIeverything about UIbugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Projects
StatusShow more project fields
Backlog
To reproduce: just open in browser and click on the "user" button: https://shrtl.in
The problem is there is Dispatchers.Default used instead of Dispatchers.IO as .IO is not available to import.
Make the research to compose multiplatform theading and put all the PoW work to the IO thread.