Quantcast
Channel: Recent Questions - Stack Overflow
Viewing all articles
Browse latest Browse all 12111

PullRefreshIndicator circle always displaying on jetpack compose

$
0
0

A blank grey circle of PullToRefreshContainer is always displaying even first time or after refreshing.

Here is my code

val pullRefreshState = rememberPullToRefreshState()Box(    modifier = Modifier        .fillMaxSize()        .nestedScroll(connection = pullRefreshState.nestedScrollConnection)) {    // Another contents    PullToRefreshContainer(        modifier = Modifier.align(alignment = Alignment.TopCenter),        state = pullRefreshState,    )}

Current compose version: 1.6.4

enter image description here

Any help!


Viewing all articles
Browse latest Browse all 12111

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>