Texture icon indicating copy to clipboard operation
Texture copied to clipboard

Multiple Simultaneous Layout Transitions Crash

Open victorstewart opened this issue 2 years ago • 0 comments

sometimes with nested view hierarchies.... where asynchronous network event driven UI updates might trigger layout changes on more than one group in the hierarchy .... even though transitionLayoutWithAnimation is always called on the main thread, thus the transitions serially requested... i'm seeing crashes saying sometimes like "supernode can't perform layout transition while a subnode is", and the inverse.

i think this is a really dangerous decision to just crash the app in this situation. why can't that transition just be queued up for next?

victorstewart avatar Apr 02 '22 21:04 victorstewart