fix: scroll to top animation cannot trigger smooth issue
This commit is contained in:
parent
c17169bb6d
commit
b028380e7b
|
@ -885,7 +885,7 @@ extension ProfileViewController: MastodonMenuDelegate {
|
|||
// MARK: - ScrollViewContainer
|
||||
extension ProfileViewController: ScrollViewContainer {
|
||||
var scrollView: UIScrollView {
|
||||
return tabBarPagerController.containerScrollView
|
||||
return tabBarPagerController.relayScrollView
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue