fix: scroll to top animation cannot trigger smooth issue

This commit is contained in:
CMK 2022-11-26 05:21:27 +08:00
parent c17169bb6d
commit b028380e7b
1 changed files with 1 additions and 1 deletions

View File

@ -885,7 +885,7 @@ extension ProfileViewController: MastodonMenuDelegate {
// MARK: - ScrollViewContainer
extension ProfileViewController: ScrollViewContainer {
var scrollView: UIScrollView {
return tabBarPagerController.containerScrollView
return tabBarPagerController.relayScrollView
}
}