Skip to content

Commit

Permalink
Fix reads feeds showing up in home feeds and vice versa
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksandarIlic committed Dec 11, 2024
1 parent 79647cb commit 0eb4e68
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class FeedListViewModel @AssistedInject constructor(
dvmFeedListHandler.fetchDvmFeedsAndObserveStatsUpdates(
scope = viewModelScope,
userId = activeAccountStore.activeUserId(),
specKind = specKind,
) { dvmFeeds ->
val updatedSelectedDvmFeed = dvmFeeds.firstOrNull {
_state.value.selectedDvmFeed?.data?.eventId == it.data.eventId
Expand Down

0 comments on commit 0eb4e68

Please sign in to comment.