Skip to content

Commit

Permalink
fix trending reloading function
Browse files Browse the repository at this point in the history
  • Loading branch information
daniebeler committed Feb 22, 2025
1 parent 9345b61 commit 3f5f188
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class TrendingPostsViewModel @Inject constructor(
TrendingPostsState(
isLoading = true,
isRefreshing = refreshing,
trendingPosts = emptyList()
trendingPosts = trendingState.trendingPosts
)
}
}
Expand Down

0 comments on commit 3f5f188

Please sign in to comment.