devendroid / ReadMoreOption

Convert your TextView in ExpandableTextView with added options ReadMore/ReadLess.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' o

testsingsys opened this issue · comments

java.lang.NullPointerException: Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' o

Add if(null != textView && null != textView.getLayout()) around your readMoreOption.addReadMoreTo(textView, text)