2
2
mirror of https://github.com/mastodon/mastodon-ios synced 2025-04-11 22:58:02 +02:00

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

View File

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