1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-05 23:53:33 +00:00

Add support for inverse data matrix QR codes (#787)

This commit is contained in:
Matt Portune
2020-03-19 17:07:15 -04:00
committed by GitHub
parent 55dff81b9f
commit 6fdb1e3356

View File

@@ -20,6 +20,7 @@ namespace Bit.App.Pages
UseNativeScanning = true,
PossibleFormats = new List<ZXing.BarcodeFormat> { ZXing.BarcodeFormat.QR_CODE },
AutoRotate = false,
TryInverted = true
};
if(Device.RuntimePlatform == Device.Android)
{