There is no need to invalidate twice.

This commit is contained in:
Vitor Pamplona
2023-06-25 19:34:51 -04:00
parent 95db1ec84f
commit 7fb1473e21
@@ -71,8 +71,6 @@ fun ChatroomListScreen(
val observer = LifecycleEventObserver { _, event ->
if (event == Lifecycle.Event.ON_RESUME) {
NostrChatroomListDataSource.start()
knownFeedViewModel.invalidateData(true)
newFeedViewModel.invalidateData(true)
}
}