AndroidSwipeLayout icon indicating copy to clipboard operation
AndroidSwipeLayout copied to clipboard

IllegalArgumentException int the SwipeItemMangerImpl

Open JQMotee opened this issue 7 years ago • 2 comments

 if (!(adapter instanceof SwipeItemMangerInterface))
            throw new IllegalArgumentException("adapter should implement the SwipeAdapterInterface");

it should be

 if (!(adapter instanceof SwipeAdapterInterface))
            throw new IllegalArgumentException("adapter should implement the SwipeAdapterInterface");

JQMotee avatar Jul 13 '17 09:07 JQMotee

@daimajia please provide the new library version from master branch. v1.2.0 has incorrect SwipeItemMangerImpl.

LisovyiDK avatar Jul 02 '18 08:07 LisovyiDK

@daimajia this is a critical bug for using your lib in a recycler view. Could you please make a new version for this one ?

Bloubloublou avatar Apr 07 '21 15:04 Bloubloublou