Open ouchadam opened 2 years ago
Thanks for reporting the issue @ouchadam, I'll have to make some time to dive further into this issue. Feel free to clone the project and submit a PR if you already know how to solve the issue and then I'll review the code.
When running
konfetti-xml : 2.0.2
on API 21/22 (could also include lower version but haven't tested) theView
lifecycle causes a crash. It looks like the constructor is directly calling intoonVisibilityChanged
causing a NPE as the fields are not yet initialised