qrose
qrose copied to clipboard
there is no way to catch the error in Composable
Hi! There was a problem that if you pass too large data to the qr code, it crashes with an error: java.lang.IllegalArgumentException: Code length overflow (27004 > 23648). And this is the correct behavior, but there is no way to catch this error.
is it possible to add some result callback to catch the error?