Shareem Gelito Teofilo

Results 7 comments of Shareem Gelito Teofilo

I've tried debugging this and I found that this part right here is causing it. On this method of ReadMoreTextView.java ``` private CharSequence updateCollapsedText() { int trimEndIndex = text.length(); switch...

I found out that one of the reasons for this is old data is still there, because of the recycling mechanism of recyclerview. What I mean is the old text...

I've tried debugging this and I found that this part right here is causing it. On this method of ReadMoreTextView.java ``` private CharSequence updateCollapsedText() { int trimEndIndex = text.length(); switch...

I'm still looking for ways. Hope you guys can figure this out as well and share it here. I'll share mine as soon as I figure it out.

Maybe we could discuss solutions here

If you're using a recyclerview with this. I found out that one of the reasons for this is old data is still there, because of the recycling mechanism of recyclerview....