daimajia / daimajia/AndroidSwipeLayout

IllegalArgumentException int the SwipeItemMangerImpl

Open
#447 2 comments 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.