Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setOpenOnlyOne does not work on recyclerview #113

Open
tranquoctrungcntt opened this issue Mar 19, 2020 · 1 comment
Open

setOpenOnlyOne does not work on recyclerview #113

tranquoctrungcntt opened this issue Mar 19, 2020 · 1 comment

Comments

@tranquoctrungcntt
Copy link

this is my code

mViewBinderHelper.setOpenOnlyOne(true);
mViewBinderHelper.bind(holder.mBinding.messageSwipeLayout, getItem(position).getId());
mViewBinderHelper.closeLayout(getItem(position).getId());

@FrenyVH
Copy link

FrenyVH commented Mar 31, 2020

mViewBinderHelper.setOpenOnlyOne(true);

It is working for me when got to know that string i am passing in bind method must be unique
mViewBinderHelper.bind(holder.swipeLayout, data.id)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants