android-particles
android-particles copied to clipboard
Loading is too slow. Thorws NPE
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)
Having the same issue...
EDIT: When adding particleView.onPause() and particleView.onResume(), it loads way faster
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. Will check with v1.9 and update you accordingly.