Hey, i am using compose paging and the list of items I am displaying is a bit laggy, from LayoutInspector, I see that whole LazyColumn recomposes when I load a new page of items, that is a correct behavior, right?
h
Hristijan
11/02/2023, 1:13 PM
Test in release mode not in debug, also yes, recomposition when data changes is expected