Вот мой код
Код: Выделить всё
val pullRefreshState = rememberPullToRefreshState()
Box(
modifier = Modifier
.fillMaxSize()
.nestedScroll(connection = pullRefreshState.nestedScrollConnection)
) {
// Another contents
PullToRefreshContainer(
modifier = Modifier.align(alignment = Alignment.TopCenter),
state = pullRefreshState,
)
}
[img]https:// i.sstatic.net/zegl0.png[/img]
Любая помощь!
Подробнее здесь: https://stackoverflow.com/questions/782 ... ck-compose
Мобильная версия