devendroid / ReadMoreOption

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

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

Open testsingsys opened 5 years ago

testsingsys commented 5 years ago

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

Asim-Shah commented 4 years ago

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