chore: fix app crash when create new room via QR (#3)

Reviewed-on: https://git.reya.su/reya/coop-mobile/pulls/3
This commit is contained in:
2026-05-24 01:30:48 +00:00
parent 2d25cb36bd
commit 44acbfa6b7
4 changed files with 45 additions and 22 deletions
@@ -76,7 +76,6 @@ fun ScanScreen(
ScannerWithPermissions(
modifier = Modifier.fillMaxSize(),
onScanned = {
println("Scanned: $it");
onResult(it)
true
},