https://kotlinlang.org logo
#compose
Title
# compose
f

Filip Wiesner

03/05/2021, 5:56 PM
Hello, I've been trying to implement paging with Paging 3 (both source and mediator) and Lazy column. Whenever I "scroll too fast" the app crashes with
IllegalArgumentException: Failed requirement
. The stacktrace points to
MeasureAndLayoutDelegate.kt:194
which is
require(!duringMeasureLayout)
. So my question is if I should look for some problem on my side or if it's likely a bug and I should create minimial repro and file an issue. Thanks for reply 🙏
d

Dominaezzz

03/05/2021, 6:16 PM
It oddly looks like a race condition. I'd say minimal repro.
a

Andrey Kulikov

03/05/2021, 6:31 PM
Yes, please file a bug with a repro, it will help to find a fix
f

Filip Wiesner

03/05/2021, 8:58 PM
Ok, I'll see what I can do. Thanks 👌
3 Views