mirror of
https://github.com/LiveFastEatTrashRaccoon/RaccoonForLemmy.git
synced 2025-02-09 08:58:50 +01:00
fix: feed type after logout (#615)
This commit is contained in:
parent
1a3d193ef5
commit
5bf141b226
@ -397,6 +397,7 @@ class ExploreViewModel(
|
||||
results = emptyList(),
|
||||
)
|
||||
}
|
||||
onFirstLoad()
|
||||
}
|
||||
|
||||
private fun handlePostUpdate(post: PostModel) {
|
||||
|
@ -472,6 +472,7 @@ class PostListViewModel(
|
||||
isLogged = false,
|
||||
)
|
||||
}
|
||||
onFirstLoad()
|
||||
}
|
||||
|
||||
private fun handlePostDelete(id: Int) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user