Go to top when post was sent (IOS-234)

This commit is contained in:
Nathan Mattes 2024-04-10 14:47:48 +02:00
parent 8bb9bca4b9
commit 0b282c44ad
1 changed files with 2 additions and 1 deletions

View File

@ -537,7 +537,8 @@ extension HomeTimelineViewController {
scrollToTop(animated: true)
viewModel?.hasNewPosts.value = false
case .postSent:
print("Bring me to my post and disappear")
scrollToTop(animated: true)
hideTimelinePill()
case .offline:
hideTimelinePill()
}