plattysoft / Leonids

A Particle System for standard Android UI: http://plattysoft.github.io/Leonids/
Apache License 2.0
2.28k stars 398 forks source link

java.lang.NullPointerException #119

Open afshinizadi opened 7 months ago

afshinizadi commented 7 months ago

https://github.com/plattysoft/Leonids/blob/1c34cfad4b059e8fc38f95ad86d1819a34168d3a/LeonidsLib/src/main/java/com/plattysoft/leonids/ParticleSystem.java#L704

Exception java.lang.NullPointerException: Attempt to invoke virtual method 'void com.plattysoft.leonids.ParticleField.postInvalidate()' on a null object reference at com.plattysoft.leonids.ParticleSystem.onUpdate (ParticleSystem.java:683) at com.plattysoft.leonids.ParticleSystem.access$100 (ParticleSystem.java:38) at com.plattysoft.leonids.ParticleSystem$ParticleTimerTask.run (ParticleSystem.java:82) at java.util.TimerThread.mainLoop (Timer.java:563) at java.util.TimerThread.run (Timer.java:513)