mathew-kurian / TextJustify-Android

:page_facing_up: Android Text Full Jusiftication / Wrapping / Justify / Hyphenate - V2.0
https://github.com/bluejamesbond/TextJustify-Android/wiki
Apache License 2.0
1.86k stars 370 forks source link

Avoid NPE when recycling #94

Closed Syhids closed 9 years ago

Syhids commented 9 years ago

I just got this exception from my app:

java.lang.NullPointerException at com.bluejamesbond.text.DocumentView$CacheBitmap.recycle(DocumentView.java:857) at com.bluejamesbond.text.DocumentView.destroyCache(DocumentView.java:672) at com.bluejamesbond.text.DocumentView.freeResources(DocumentView.java:662) at com.bluejamesbond.text.DocumentView.onDetachedFromWindow(DocumentView.java:509) at android.view.View.dispatchDetachedFromWindow(View.java:12787) at android.view.ViewGroup.dispatchDetachedFromWindow(ViewGroup.java:2706)

mathew-kurian commented 9 years ago

Thank you

mathew-kurian commented 9 years ago

Released v2.1.1