Removing double call refresh

pull/3/head
Vitor Pamplona 2023-01-19 18:14:56 -05:00
rodzic 8b61dc09d0
commit 0e22a25d3d
1 zmienionych plików z 0 dodań i 4 usunięć

Wyświetl plik

@ -21,10 +21,6 @@ fun NotificationScreen(accountViewModel: AccountViewModel, navController: NavCon
if (account != null) {
val feedViewModel: CardFeedViewModel = viewModel { CardFeedViewModel( NostrNotificationDataSource ) }
LaunchedEffect(Unit) {
feedViewModel.refresh()
}
Column(Modifier.fillMaxHeight()) {
Column(
modifier = Modifier.padding(vertical = 0.dp)