Zoltan Demant
12/08/2021, 6:53 AMColton Idle
12/08/2021, 9:54 AMZoltan Demant
12/08/2021, 10:07 AMFrancesc
12/08/2021, 9:18 PMZach Klippenstein (he/him) [MOD]
12/09/2021, 4:52 PMZoltan Demant
12/10/2021, 5:44 AMrememberCoroutineScope()
since adopting compose.
I saw something in the workflow library a while back (TextController?) but I fail to see how that would be useful in compose as well? In the regular view system I can clearly see it, but with compose the users input would result in an updated state, which triggers a new rendering, which is then seen in the UI. Its the only way for the text to actually update, and since it all happens on the main thread, how can events be skipped?