Use common compose qr screen for usernames.

This commit is contained in:
Michelle Tang
2024-06-07 09:15:21 -07:00
committed by Alex Hart
parent df19c91ae2
commit 7bd5ad8c0b
3 changed files with 9 additions and 108 deletions

View File

@@ -107,7 +107,7 @@ fun LinkDeviceQrScanScreen(
},
hasPermission = hasPermission,
onRequestPermissions = onRequestPermissions,
qrString = stringResource(R.string.AddLinkDeviceFragment__scan_the_qr_code),
qrHeaderLabelString = stringResource(R.string.AddLinkDeviceFragment__scan_the_qr_code),
onGalleryOpened = onGalleryOpened
)
}