^ I’m getting this issue where i get an IllegalArg...
# compose
t
^ I’m getting this issue where i get an IllegalArgumentException : Cannot round NaN value. It happens across devices/android versions/etc. I cannot replicate locally and the crash doesn’t indicate that it’s related to any of the components in my class. I’m using Inter-op with a fragment. The users that do seem to get this crash get it consistently, as in they crash, re-open, go through the flow, and crash again. (Code sample in the link) Has anyone seen this issue, or have any ideas of what it could be?
I doubt anyone is following this but I hate when people leave stuff unresolved. The issue was within our code, had to do with a computed percentage based on scroll state for an animation. It is annoying that the stack trace did not indicate in any way that the crash was coming from a particular line within our code. Anyways, no inherent library issues, carry on.