fix: feed type after logout (#615)
This commit is contained in:
parent
1a3d193ef5
commit
5bf141b226
@ -397,6 +397,7 @@ class ExploreViewModel(
|
|||||||
results = emptyList(),
|
results = emptyList(),
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
onFirstLoad()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handlePostUpdate(post: PostModel) {
|
private fun handlePostUpdate(post: PostModel) {
|
||||||
|
@ -472,6 +472,7 @@ class PostListViewModel(
|
|||||||
isLogged = false,
|
isLogged = false,
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
|
onFirstLoad()
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun handlePostDelete(id: Int) {
|
private fun handlePostDelete(id: Int) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user