This message was deleted.
# compose
s
This message was deleted.
a
I already handle state outside LazyVerticalGrid but i have issue with
Copy code
Modifier
        .pullRefresh(
            pullRefreshState,
            enabled = history.loadState.refresh !is Loading
) scroll not work need add
Copy code
.horizontalScroll(rememberScrollState())
but not work with LazyVerticalGrid