From 80a3f7424b679543b07d978718f28da88e309ec6 Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Tue, 27 Aug 2024 14:52:22 -0400 Subject: [PATCH] fixes conversation tab --- .../com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt index b77a37f39c..4d40a6c39b 100644 --- a/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt +++ b/amethyst/src/main/java/com/vitorpamplona/amethyst/ui/navigation/AppNavigation.kt @@ -102,7 +102,7 @@ fun AppNavigation( HomeScreen( newThreadsFeedState = accountViewModel.feedStates.homeNewThreads, - repliesFeedState = accountViewModel.feedStates.homeNewThreads, + repliesFeedState = accountViewModel.feedStates.homeReplies, accountViewModel = accountViewModel, nav = nav, nip47 = nip47,