devendroid / ReadMoreOption

Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess.
Apache License 2.0
207 stars 38 forks source link

Why is Context required argument if it is not used? #6

Closed ChekhWasTaken closed 6 years ago

ChekhWasTaken commented 6 years ago

Besides, if needed, context could be retrieved from TextView instance from ReadMoreOption::addReadMoreTo.

devendroid commented 6 years ago

during development i kept in mind library should have more features, however for now its true, there are no need of context with current features, I will remove with next update, thanks to notice.