mirror of
https://github.com/msfjarvis/compose-lobsters
synced 2025-08-15 01:47:03 +05:30
fix(android): ensure pull refresh indicator is visible
This commit is contained in:
parent
0fe83e8583
commit
4ab76c60bb
2 changed files with 5 additions and 1 deletions
|
@ -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),
|
||||
)
|
||||
},
|
||||
) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue