forked from reya/coop-mobile
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:
@@ -76,7 +76,6 @@ fun ScanScreen(
|
||||
ScannerWithPermissions(
|
||||
modifier = Modifier.fillMaxSize(),
|
||||
onScanned = {
|
||||
println("Scanned: $it");
|
||||
onResult(it)
|
||||
true
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user