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