Android-ExpandableTextView icon indicating copy to clipboard operation
Android-ExpandableTextView copied to clipboard

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

Open abbasshah17 opened this issue 4 years ago • 1 comments

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.
  4. and
  5. Change orientation of the device.

ExpandableTextView loses its expanded state.

abbasshah17 avatar May 18 '20 02:05 abbasshah17

Added a pull request with a fix.

abbasshah17 avatar May 18 '20 03:05 abbasshah17