No need for account in search

This commit is contained in:
Vitor Pamplona
2023-02-28 19:50:45 -05:00
parent a18479e721
commit 95423bdd94
@@ -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