1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-09-29 04:07:37 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)
{