BottomBar icon indicating copy to clipboard operation
BottomBar copied to clipboard

Can't find referenced class VerticalScrollingBehavior

Open Hiike opened this issue 8 years ago • 4 comments

Hi, I have an issue when trying to build. Warning:com.roughike.bottombar.BottomNavigationBehavior: can't find referenced class com.roughike.bottombar.VerticalScrollingBehavior$ScrollDirection

I use Proguard to minimize the size of my project, Is there anything to add in this config file ?

Hiike avatar Aug 29 '16 08:08 Hiike

@Hiike, I've temporary fixed this issue with proguard by adding this dontwarn rule to my proguard file:

-dontwarn com.roughike.bottombar.**

Everything worked as expected. Because the ScrollDirection interface have Source retention, i think it will not cause any problem. But i don't why this problem is happening...

wakim avatar Aug 30 '16 15:08 wakim

Issue is fixed temporarily by adding the dontwarn

Kiran89kumar avatar Sep 01 '16 08:09 Kiran89kumar

I'm also having this issue. Adding a dontwarn rule fixes the issue, but not keen on adding dontwarn rules

afehners avatar Nov 11 '16 12:11 afehners

Perhaps this should be added to the readme? Or bundled within the library?

Aditya94A avatar Jul 23 '17 07:07 Aditya94A