-
Notifications
You must be signed in to change notification settings - Fork 71
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
Loading is too slow. Thorws NPE #4
Comments
Having the same issue... EDIT: When adding |
Hi, which device or emulator specifications you are trying on? @adnanharis @AregevDev |
Pixel 3, API 29 |
Do you still have the problem on v1.9? |
Moto G5S, API 27. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I included your lib in one of my java based app. First time loading is too slow and halts the UI even after loading dynamically using
ViewStub
.Throws following error:
W/System.err: kotlin.KotlinNullPointerException at me.ibrahimsn.particle.ParticleView$SurfaceViewThread.run(ParticleView.kt:134)
The text was updated successfully, but these errors were encountered: