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:
parent
8bb9bca4b9
commit
0b282c44ad
@ -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()
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user