fix: feed type after logout (#615)

This commit is contained in:
Diego Beraldin 2024-03-19 13:47:47 +01:00 committed by GitHub
parent 1a3d193ef5
commit 5bf141b226
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 0 deletions

View File

@ -397,6 +397,7 @@ class ExploreViewModel(
results = emptyList(), results = emptyList(),
) )
} }
onFirstLoad()
} }
private fun handlePostUpdate(post: PostModel) { private fun handlePostUpdate(post: PostModel) {

View File

@ -472,6 +472,7 @@ class PostListViewModel(
isLogged = false, isLogged = false,
) )
} }
onFirstLoad()
} }
private fun handlePostDelete(id: Int) { private fun handlePostDelete(id: Int) {