Michał Konkel
10/17/2024, 11:16 AMLazyList
that contains an element with a tag set by Modifier.testTag()
.
Unfortunately, performScrollToNode()
only works within the direct children of a given node. If my view hierarchy looks something like this:
LazyColumn
| Item1
| Item2
| Item3
| SomeRow
| SomeColumn
| Text with given testTag
Then, unfortunately, the function will end in failure with a message saying it couldn't find the test tag.Zach Klippenstein (he/him) [MOD]
10/17/2024, 3:40 PMMichał Konkel
10/18/2024, 9:41 AM