I started the Venmo intent in my app, but when I'm not logged into Venmo, it crashes after briefly showing the login screen. This error shows up in logcat ``` java.lang.RuntimeException: Unable to destroy activity {com.venmo/com.venmo.ComposeActivity}: java.lang.NumberFormatException: Invalid long: "NaN" ```
I started the Venmo intent in my app, but when I'm not logged into Venmo, it crashes after briefly showing the login screen.
This error shows up in logcat