1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-01-23 06:02:35 +01:00

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

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()
}