drakeet / MultiType

Flexible multiple types for Android RecyclerView.
Apache License 2.0
5.76k stars 751 forks source link

使用的最新的4.2版本,scrollToPosition不起作用,不知道是我用的不对还是multitype的bug #305

Closed wyntonchin closed 4 years ago

wyntonchin commented 4 years ago

What kind of issue is this?

Info:
Description:
Reproduction Steps:
My thoughts:
What did I do:
wyntonchin commented 4 years ago

kotlin+androidx使用的multitype4.2 最新版

drakeet commented 4 years ago

无法复现,而且很大概率是你代码的问题。请换成传统 RecyclerView Adapter 实现试试,或者提供最小相关性可复现程序。

wyntonchin commented 4 years ago

thanks ,后来换成使用layoutmanager调用scroll没问题