Eric Kuck
Eric Kuck
We've been wanting to switch to full reflection for a while, but are worried about not being able to obfuscate the class names of our components. The concern here is...
### Description `CommandQueue`'s `onStateMachineSettled` is called when the activity restores, which leads to all rive elements on the screen pausing until they're interacted with by the user.
When navigating away from a screen with the RiveUI composable, there's a race condition that can lead to an NPE (stacktrace follows). The issue is that the `RiveSurface` is nulled...