gabrielemariotti / RecyclerViewItemAnimators

An Android library which provides simple Item animations to RecyclerView items
3.04k stars 659 forks source link

ExpandableTextView expanded state lost during orientation change #17

Closed abbasshah17 closed 4 years ago

abbasshah17 commented 4 years ago

ExnpandableTextView doesn't maintain expanded state changes between orientation/config changes.

How to reproduce:

  1. Remove android:configChanges from manifest of current Demo.
  2. Run the app.
  3. Expand ExpandableTextView. and
  4. Change orientation of the device.

ExpandableTextView loses its expanded state.