ExnpandableTextView
doesn't maintain expanded state changes between orientation/config changes.
How to reproduce:
- Remove
android:configChanges
from manifest of current Demo.
- Run the app.
- Expand
ExpandableTextView
.
- and
- Change orientation of the device.
ExpandableTextView loses its expanded state.