hanks-zyh / hanks-zyh/HTextView
Crashes after view got destroyed.
- Dominant language
- Java
- Stars
- 5.6k
- Forks
- 815
- PR merge metrics
- No merged PRs in 30d
Description
I believe the HText should have null checks if HText#mHTextView is null before posting animations.
```
java.lang.NullPointerException
at com.hanks.htextview.scale.ScaleText$3.run(ScaleText.java:62)
at android.os.Handler.handleCallback(Handler.java:730)
at android.os.Handler.dispatchMessage(Handler.java:92)
at android.os.Looper.loop(Looper.java:137)
at android.app.ActivityThread.main(ActivityThread.java:5103)
at java.lang.reflect.Method.invokeNative(Native Method)
at java.lang.reflect.Method.invoke(Method.java:525)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:737)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:553)
at dalvik.system.NativeStart.main(Native Method)
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.