mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 23:33:34 +00:00
Add support for inverse data matrix QR codes (#787)
This commit is contained in:
@@ -20,6 +20,7 @@ namespace Bit.App.Pages
|
|||||||
UseNativeScanning = true,
|
UseNativeScanning = true,
|
||||||
PossibleFormats = new List<ZXing.BarcodeFormat> { ZXing.BarcodeFormat.QR_CODE },
|
PossibleFormats = new List<ZXing.BarcodeFormat> { ZXing.BarcodeFormat.QR_CODE },
|
||||||
AutoRotate = false,
|
AutoRotate = false,
|
||||||
|
TryInverted = true
|
||||||
};
|
};
|
||||||
if(Device.RuntimePlatform == Device.Android)
|
if(Device.RuntimePlatform == Device.Android)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user