mahimrocky / ShowMoreText

This is simple library for creating textview expandable. Like Continue or Less. This library extended versiion TextView. Easy to use.
102 stars 24 forks source link

Request support for state saving and recovery #2

Closed tcqq closed 5 years ago

tcqq commented 5 years ago

@mahimrocky The collapsed or expanded state does not save and resume when the activity is reset.

mahimrocky commented 5 years ago

Yes. I will add a support for saving state next version.

mahimrocky commented 5 years ago

This issue is solved update version 1.0.2

tcqq commented 5 years ago

@mahimrocky I tested it, but there is a problem at the moment:

First click on the "Continue" button to expand the text 1

This is before reset activity the screenshot 2

This is after reset activity the screenshot. The button text has changed now. 3

Now fold the text 4

Then expand the text. The button text has changed now. 5