mirror of
https://github.com/vitorpamplona/amethyst.git
synced 2026-08-12 01:07:46 +00:00
No need for account in search
This commit is contained in:
@@ -82,7 +82,6 @@ fun SearchScreen(accountViewModel: AccountViewModel, navController: NavControlle
|
||||
val account = accountState?.account ?: return
|
||||
|
||||
GlobalFeedFilter.account = account
|
||||
NostrGlobalDataSource.account = account
|
||||
val feedViewModel: NostrGlobalFeedViewModel = viewModel()
|
||||
val lifeCycleOwner = LocalLifecycleOwner.current
|
||||
|
||||
|
||||
Reference in New Issue
Block a user