Skip to content
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

空指针 #1584

Open
bravetou opened this issue Oct 16, 2024 · 4 comments
Open

空指针 #1584

bravetou opened this issue Oct 16, 2024 · 4 comments

Comments

@bravetou
Copy link

java.lang.NullPointerException: Attempt to invoke interface method 'com.scwang.smart.refresh.layout.api.RefreshKernel com.scwang.smart.refresh.layout.api.RefreshKernel.onAutoRefreshAnimationEnd(android.animation.Animator, boolean)' on a null object reference
at com.scwang.smart.refresh.header.MaterialHeader$1.onAnimationEnd(MaterialHeader.java:397)
at android.view.ViewPropertyAnimator$AnimatorEventListener.onAnimationEnd(ViewPropertyAnimator.java:1112)
at android.animation.Animator$AnimatorListener.onAnimationEnd(Animator.java:584)
at android.animation.ValueAnimator.endAnimation(ValueAnimator.java:1257)
at android.animation.ValueAnimator.doAnimationFrame(ValueAnimator.java:1516)
at android.animation.AnimationHandler.doAnimationFrame(AnimationHandler.java:272)
at android.animation.AnimationHandler.access$100(AnimationHandler.java:39)
at android.animation.AnimationHandler$1.doFrame(AnimationHandler.java:79)
at android.view.Choreographer$CallbackRecord.run(Choreographer.java:1597)
at android.view.Choreographer.doCallbacks(Choreographer.java:1263)
at android.view.Choreographer.lambda$new$0$Choreographer(Choreographer.java:281)
at android.view.Choreographer$$ExternalSyntheticLambda0.run(Unknown Source:2)
at android.os.Handler.handleCallback(Handler.java:966)
at android.os.Handler.dispatchMessage(Handler.java:110)
at android.os.Looper.loopOnce(Looper.java:205)
at android.os.Looper.loop(Looper.java:293)
at android.app.ActivityThread.loopProcess(ActivityThread.java:9986)
at android.app.ActivityThread.main(ActivityThread.java:9975)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:586)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1240)

@bravetou
Copy link
Author

版本2.1.0

@mobilewhj
Copy link

我也遇见了额,尤其是频繁的前后台切换,后者在后台久了再回到前台都能出现这个问题。不知道怎么办。

@xckevin
Copy link

xckevin commented Oct 20, 2024

同样的问题,2.1.0版本

@wangjintao
Copy link

我也是,又退回2.0.5了

scwang90 pushed a commit that referenced this issue Nov 17, 2024
scwang90 pushed a commit that referenced this issue Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants