daimajia / daimajia/AndroidSwipeLayout
getOpenItems wrong if using swipe gesture to close others
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
`private val itemManger = SwipeItemRecyclerMangerImpl(this)`
If I use Single mode, itemManger will close other holders if one opens.
`itemManger.openItems` will return correct item and correct position when I use click gesture.
But if I use swipe gesture to close others, itemManger.openItems will return -1
How to fix it
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.