Код: Выделить всё
val pullRefreshState = rememberPullRefreshState(loadStatus is LoadState.Loading, onRefresh = {
photosResponse.refresh()
})
Box(
modifier
.fillMaxSize()
.pullRefresh(pullRefreshState)
Я обновил материал 2 до материала 3: < /p>
Код: Выделить всё
api(libs.androidx.compose.material3) // group = "androidx.compose.material3", name = "material3"
Подробнее здесь: https://stackoverflow.com/questions/757 ... material-3
Мобильная версия