ChenLittlePing / RecyclerCoverFlow

使用RecyclerView,自定义LayoutManager实现旋转木马相册效果
Apache License 2.0
833 stars 152 forks source link

预先滑动到固定位置无效 #10

Open BruceLiCh opened 7 years ago

BruceLiCh commented 7 years ago

显示到固定的位置调用 scrollTopPosition 无效

negier commented 6 years ago

.smoothScrollToPosition(int position);

negier commented 6 years ago

这个有个问题,就是设置Adapter之后,不要马上调用这个方法.smoothScrollToPosition(int position);,否则可能会报错。