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

Crash - Konfetti NullPointerException #5925

Closed
ouchadam opened this issue May 4, 2022 · 2 comments · Fixed by #5926
Closed

Crash - Konfetti NullPointerException #5925

ouchadam opened this issue May 4, 2022 · 2 comments · Fixed by #5926
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Critical Prevents work, causes data loss and/or has no workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash

Comments

@ouchadam
Copy link
Contributor

ouchadam commented May 4, 2022

The Konfetti v2 upgrade has introduced a regression on android versions 21/22

Caused by: java.lang.NullPointerException: 
  at nl.dionsegijn.konfetti.xml.KonfettiView.onVisibilityChanged (KonfettiView.kt:3)
  at android.view.View.dispatchVisibilityChanged (View.java:9306)
  at android.view.View.setFlags (View.java:10737)
  at android.view.View.<init> (View.java:4410)
  at android.view.View.<init> (View.java:3891)
  at android.view.View.<init> (View.java:3870)
  at nl.dionsegijn.konfetti.xml.KonfettiView.<init> (KonfettiView.kt:1)
Occurrences (30 days) Total Occurrences Impacted users (lifetime)
100 113 15

DanielMartinus/Konfetti#297

@ouchadam ouchadam added T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash labels May 4, 2022
@ouchadam ouchadam added S-Critical Prevents work, causes data loss and/or has no workaround O-Uncommon Most users are unlikely to come across this or unexpected workflow labels May 4, 2022
@ouchadam
Copy link
Contributor Author

ouchadam commented May 4, 2022

Upgraded severity to critical due to this bug stopping users on API 21/22 from entering the timeline

@ouchadam
Copy link
Contributor Author

ouchadam commented May 4, 2022

Fixed in 1.4.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-Uncommon Most users are unlikely to come across this or unexpected workflow S-Critical Prevents work, causes data loss and/or has no workaround T-Defect Something isn't working: bugs, crashes, hangs and other reported problems Z-Crash
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant