Android-ExpandableTextView
Android-ExpandableTextView copied to clipboard
`ExnpandableTextView` doesn't maintain expanded state changes between orientation/config changes
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.
Added a pull request with a fix.