Blogcat / Android-ExpandableTextView

An expandable TextView for Android applications
http://www.blogc.at
Apache License 2.0
301 stars 73 forks source link

Expand/Collapse stops working after ExpandableTextView regains focus inside RecyclerView #12

Open GaganKainth opened 7 years ago

GaganKainth commented 7 years ago

Step 1. Expand/Collapse works well for the 1st time when RecyclerView is rendered on UI. Step 2. Now scroll the RecyclerView (so that ExpandableTextView loses focus), and go back to ExpandableTextView. Step 3. Now try to Expand/Collapse it. Doesn't work. :(

Cliffus commented 7 years ago

Hi

thanks for reporting this issue. This project is currently on hold, but feel free to fork this repository and fix it yourself. When finished, I'll gladly review your pull request and merge it into the master branch.

Kind regards Cliff