-
-
Notifications
You must be signed in to change notification settings - Fork 813
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fatal Exception: java.lang.NullPointerException #110
Comments
I have same problem |
@TikTak123 But I have a crash issue in android.text.Layout.getLineCount in v0.1.6. |
I checked my build.gradle file.
|
@TikTak123 Ah, I thought 85ebe93 has been already committed in the lastest version. But actualy it has not. I finally decided to manually include the library in my project and fixed the bugs for each NullPointerException issues. |
Can you help me out? How to did you error manually or otherwise |
@AbhijeetGhosh I don't know how to reproduce this. When I use my app this error never occur. But crashlytics log show me that errors. |
Fatal Exception: java.lang.NullPointerException
Attempt to invoke virtual method 'int android.text.Layout.getLineCount()' on a null object
com.hanks.htextview.fade.FadeText.drawFrame (FadeText.java:108)
com.hanks.htextview.base.HText.onDraw (HText.java:114)
com.hanks.htextview.fade.FadeTextView.onDraw (FadeTextView.java:63)
android.view.View.draw (View.java:17469)
......................................................................
Any way to fix this issue?
The text was updated successfully, but these errors were encountered: