qrose icon indicating copy to clipboard operation
qrose copied to clipboard

there is no way to catch the error in Composable

Open IvanKopylov opened this issue 6 months ago • 2 comments

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?

IvanKopylov avatar Aug 11 '24 17:08 IvanKopylov