daimajia / daimajia/AndroidSwipeLayout
IllegalArgumentException int the SwipeItemMangerImpl
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
```
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");
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.