1
0
mirror of https://github.com/mastodon/mastodon-ios.git synced 2025-02-06 12:24:36 +01: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
}
}