mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-12-24 02:33:44 +03:00
typo fix
This commit is contained in:
parent
be611d5f97
commit
9dae174b3c
@ -53,7 +53,7 @@ class MobileScannerWrapper extends StatelessWidget {
|
|||||||
height: size.width - 38);
|
height: size.width - 38);
|
||||||
|
|
||||||
return Stack(children: [
|
return Stack(children: [
|
||||||
QrScannerZxingView(onDetect: (scannedData) {
|
QRScannerZxingView(onDetect: (scannedData) {
|
||||||
onDetect.call(scannedData);
|
onDetect.call(scannedData);
|
||||||
}),
|
}),
|
||||||
ClipPath(
|
ClipPath(
|
||||||
|
Loading…
Reference in New Issue
Block a user