-
Notifications
You must be signed in to change notification settings - Fork 31
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
Rive crashes when RiveAnimationView leaves the screen #313
Comments
This crash still happens consistently on NVIDIA SHIELD devices. Tested with Rive 6.0.1 and Rive 9.11.3 with Skia render - Rive renderer does not crash.
The crash is from NVIDIA SHIELD TV Pro running Android 11. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We're running Android 12 on NVIDIA Jetson TX2 NX, and we get Rive crashing in the following scenario:
We're using Compose, so in our case the crash happens when the Composable leaves the Composition.
I was also able to repro by finishing the Activity, or by removing the Fragment from a fragment manager.
Setting the view's visibility to GONE doesn't seem to crash, though.
Provide a Repro
This is reproducible with Rive samples.
Expected behavior
No crash.
Device & Versions
Additional context
We have two Rive animations and only one of them is causing the crash. Although, it reproduces consistently with all animations from Rive samples app.
The text was updated successfully, but these errors were encountered: