mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-23 00:57:26 +03:00
Merge PR #1276.
This commit is contained in:
commit
e00244cf66
@ -107,7 +107,6 @@ internal class QRScannerView(
|
||||
}
|
||||
|
||||
private fun requestPermissions(activity: Activity) {
|
||||
coroutineScope.launch {
|
||||
methodChannel.invokeMethod(
|
||||
"beforePermissionsRequest", null
|
||||
)
|
||||
@ -118,7 +117,6 @@ internal class QRScannerView(
|
||||
PERMISSION_REQUEST_CODE
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
private val qrScannerView = View.inflate(context, R.layout.qr_scanner_view, null)
|
||||
private val previewView = qrScannerView.findViewById<PreviewView>(R.id.preview_view).also {
|
||||
|
Loading…
Reference in New Issue
Block a user