Kyant
09/05/2025, 1:25 PMcompositingStrategy = CompositingStrategy.Offscreen ? There is only translationY modification in the block. It even happens for a very simple nonlazy scrollable layout in release mode.
I inspected the HWUI render bar, there was no overhead, all lines were under the yellow line, without Offscreen. I wonder which causes the lag.Kyant
09/05/2025, 1:39 PMKyant
09/05/2025, 1:49 PMapplyToFling , when the content already reached boundary, performFling will still give a nonzero velocity, which is expected to be zero.