Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Jetcaster]: Display latest episodes for all subscribed podcasts in library. #1365

Merged
merged 4 commits into from Apr 29, 2024

Conversation

arriolac
Copy link
Member

@arriolac arriolac commented Apr 25, 2024

image

@arriolac arriolac requested a review from a team as a code owner April 25, 2024 20:37
@@ -70,6 +73,9 @@ class HomeViewModel @Inject constructor(
// Holds the view state if the UI is refreshing for new data
private val refreshing = MutableStateFlow(false)

private val subscribedPodcasts = podcastStore.followedPodcastsSortedByLastEpisode(limit = 10)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

NIT: I'd add a comment why this uses shareIn operator as when someone reads it in the future, they will think "this is unnecessary" and remove it :)

@arriolac arriolac merged commit fbef032 into main Apr 29, 2024
3 checks passed
@arriolac arriolac deleted the chris/jetcaster/library branch April 29, 2024 14:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants