-
Notifications
You must be signed in to change notification settings - Fork 231
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
fix: fix issue #24, #22, #17 #26
base: master
Are you sure you want to change the base?
Conversation
@deskid thanks! |
Hi @deskid with this PR, when the views are recycled inside RecyclerView has a strange behavior. Can you review it? |
yes, I have noticed that strange behavior. Thank you. I think it is due to the recycled view's inner expanded-state re-used, so offer a method to reset the state when view is rebinded will fix that. I will find time to fix it and update this PR |
Yes, I think the problem is that. Thank you so much! |
@bravoborja updated |
@deskid your changes will disable native text selection in the textview. |
sorry, I should have made 3 PR for 3 issues
and I add a RecyclerView in demo app