danieeh
03/14/2022, 4:57 PMverticalScroll
behaviour to a Column.. compose needs be idle in order to proceed.. but when verticalScroll is in place, test is stuck doing something:
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 🙂