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