Qrscanner.kt

This commit is contained in:
sathwikcs
2025-01-16 14:50:41 +05:30
parent 58581101a5
commit ac10e6ac01

View File

@@ -70,7 +70,7 @@ fun QRCodeScannerScreen(
AndroidView(
modifier = Modifier
.fillMaxHeight(.84f)
.fillMaxHeight()
.fillMaxWidth()
,
factory = { previewView }