Fixes the list selection on the Discovery page.

This commit is contained in:
Vitor Pamplona 2024-03-23 17:15:19 -04:00
parent 102a34afca
commit 8d70664cc1

View File

@ -316,7 +316,7 @@ fun WatchAccountForDiscoveryScreen(
discoveryChatFeedViewModel: NostrDiscoverChatFeedViewModel,
accountViewModel: AccountViewModel,
) {
val listState by accountViewModel.account.liveStoriesFollowLists.collectAsStateWithLifecycle()
val listState by accountViewModel.account.liveDiscoveryFollowLists.collectAsStateWithLifecycle()
LaunchedEffect(accountViewModel, listState) {
NostrDiscoveryDataSource.resetFilters()