Merge pull request #692 from mastodon/fix-profile-scroll-to-top

Fix profile page scroll to top cannot trigger issue
This commit is contained in:
Marcus Kida 2022-11-26 07:56:22 +01:00 committed by GitHub
commit 3ee81c55d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
}
}