fix(android): ensure pull refresh indicator is visible

This commit is contained in:
Harsh Shandilya 2024-09-02 00:31:22 +05:30
parent 0fe83e8583
commit 4ab76c60bb
2 changed files with 5 additions and 1 deletions

View file

@ -63,7 +63,7 @@ fun NetworkPosts(
PullToRefreshDefaults.Indicator(
state = state,
isRefreshing = refreshLoadState == LoadState.Loading,
modifier = Modifier.align(Alignment.TopCenter),
modifier = Modifier.align(Alignment.TopCenter).padding(contentPadding),
)
},
) {