theapache64
12/28/2022, 8:26 AMreportFreeMoveableContent
in doFrame
call (under Crossfade.kt
)
Googling what’s reportFreeMoveableContent
, I found its way of telling the compiler the elements in the lambda can “move” during layout change. But I don’t understand it 🤔
Questions
• What is ``reportFreeMoveableContent` ? when is it used ?
• Is this normal to have this block in ur trace ? Am i doing something wrong somewhere?shikasd
12/29/2022, 3:26 PMshikasd
12/29/2022, 3:28 PMBoxWithContraints
), as movable content will only need to relocate point where compositions connect.
I'd verify the data is correct before jumping into solutions though.theapache64
12/29/2022, 3:31 PMshikasd
12/29/2022, 3:39 PMtheapache64
12/29/2022, 3:42 PM