daimajia / daimajia/AndroidSwipeLayout
itemManager.openItem(position) opens item from right edge even if right edge is disabled in recycler view
Open
- Dominant language
- Java
- Stars
- 12.3k
- Forks
- 2.6k
- PR merge metrics
- No merged PRs in 30d
Description
I have disabled right edge using swipeLayout.setRightSwipeEnabled(false) and I have added left drag edge using swipeLayout.addDrag(SwipeLayout.DragEdge.Left, itemView.findViewById(R.id.layout_bottom));.
When I try to open an item using itemManager.openItem(position). It opens item from right.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.