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

danieeh

03/14/2022, 4:57 PM
Hi there!! I’m facing one issue when testing one screen that I just migrated to compose.. and I’ve created this small playground project to reduce the scope and to point out the specific issue hoping for some help!! Issue is about adding
verticalScroll
behaviour to a Column.. compose needs be idle in order to proceed.. but when verticalScroll is in place, test is stuck doing something:
Copy code
2022-03-14 17:52:52.078 16637-16651/com.compose.playground I/pose.playgroun: Background concurrent copying GC freed 633159(22MB) AllocSpace objects, 1(20KB) LOS objects, 49% free, 4055KB/8110KB, paused 371us total 798.298ms
https://github.com/danimontoya/compose-playground/commit/74bf12fc5c9df9118602ab3a1989cef618f6b005 I would like to keep the veticalScroll behaviour and the tests on that screen not stuck and green, as it works for phones (only happens on tablets == master/detail fragments).. any pointer whats going on?? thanks in advance 🙂
2 Views