zhanghai / AndroidFastScroll

Fast scroll for Android RecyclerView and more
https://play.google.com/store/apps/details?id=me.zhanghai.android.fastscroll.sample
Apache License 2.0
698 stars 64 forks source link

和 BottomNavigationView 一起用会显示异常 #44

Closed Puellaquae closed 2 years ago

Puellaquae commented 2 years ago

Screenshot_20220531-185353.png

只要引入库,即使不使用也会导致 BottomNavigationView 显示不正常。

zhanghai commented 2 years ago

可以提供一个用于复现的工程吗?一般来说,我觉得这不太可能是一个库本身能做到的。我也建议你可以试试检查导入这个库前后其他依赖项的版本是不是隐式地受到了影响(./gradlew app:dependencies)。

Puellaquae commented 2 years ago

我发现我没有办法在其他项目中复现这个问题。可能是我的 Gradle 有问题。

zhanghai commented 2 years ago

太奇怪了8

没法复现那我就关闭工单了——如果想找到原因,还是建议你比较下前后的依赖版本。

Puellaquae commented 2 years ago

而且其它的 fastscroll 库也都会导致 bottomnavigationview inflate 崩溃。