Skip to content

Commit

Permalink
Show pool info even if refresh is not complete yet
Browse files Browse the repository at this point in the history
  • Loading branch information
HeroBrine1st committed Jan 6, 2025
1 parent e066b10 commit c83ce1f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fun Posts(
Spacer(modifier = Modifier.height(4.dp))
}

posts.loadStates.prepend is LoadState.Complete &&
(posts.loadStates.prepend is LoadState.Complete || posts.loadStates.prepend is LoadState.Idle) &&
component.infoState is InfoState.PoolInfo -> item(
"PoolInfoCard",
contentType = "PoolInfoCard"
Expand Down

0 comments on commit c83ce1f

Please sign in to comment.