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

java.lang.NullPointerException: Attempt to read from field 'java.lang.Boolean com.lxj.xpopup.core.PopupInfo. hasBlurBg' on a null object reference #1134

Open
hero19890308 opened this issue May 11, 2023 · 0 comments

Comments

@hero19890308
Copy link

XPopup版本
2.9.19

手机系统和型号
全机型有一定概率会出现,非必现

描述你的问题
java.lang.NullPointerException: Attempt to read from field 'java.lang.Boolean com.lxj.xpopup.core.PopupInfo. hasBlurBg' on a null object reference
at android.view.View.dispatchAttachedToWindow(View.java:18672)
at android.view.ViewGroup.dispatchAttachedToWindow(ViewGroup.java:3488)
at android.view.ViewGroup.addViewInner(ViewGroup.java:5272)
at android.view.ViewGroup.addView(ViewGroup.java:5046)
at com.android.internal.policy.DecorView.addView(DecorView.java:2905)
at android.view.ViewGroup.addView(ViewGroup.java:5018)
at com.lxj.xpopup.core.BasePopupView$1.run(BasePopupView.java:119)
at com.lxj.xpopup.core.BasePopupView.attachToHost(BasePopupView.java:144)
at com.lxj.xpopup.core.BasePopupView.access$000(BasePopupView.java:59)
at android.os.Handler.handleCallback(Handler.java:873)
at android.os.Handler.dispatchMessage(Handler.java:99)
at android.os.Looper.loop(Looper.java:242)
at android.app.ActivityThread.main(ActivityThread.java:7227)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:499)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:962)

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

1 participant