-
-
Notifications
You must be signed in to change notification settings - Fork 442
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
setScrollDuration 会导致 offscreenPageLimit 失效 #145
Labels
Comments
顺便希望后续能支持导入自定义Transformer,可以更方便自定义动画效果。 |
自定义Transforme很早就已经支持的。 |
好的,多谢提醒。第一次用文档没看仔细,还写了一堆反射去改动画。。 |
感谢您提供的解决方案,该问题会在下个版本修复。 |
zhpanvip
added a commit
that referenced
this issue
Aug 21, 2020
Fixed in v3.1.6 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
原因应该是把
ViewPager2
的LinearLayoutManagerImpl
内部类替换成了ScrollDurationManger
,导致几个复写方法丢失。目前我的解决办法是改成装饰器模式。
The text was updated successfully, but these errors were encountered: