From 6fdb1e33566a1a1f96e5c3c3e547c9e7406d9b9d Mon Sep 17 00:00:00 2001 From: Matt Portune <59324545+mportune-bw@users.noreply.github.com> Date: Thu, 19 Mar 2020 17:07:15 -0400 Subject: [PATCH] Add support for inverse data matrix QR codes (#787) --- src/App/Pages/Vault/ScanPage.xaml.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/Pages/Vault/ScanPage.xaml.cs b/src/App/Pages/Vault/ScanPage.xaml.cs index afef77d45..fe5e2fd25 100644 --- a/src/App/Pages/Vault/ScanPage.xaml.cs +++ b/src/App/Pages/Vault/ScanPage.xaml.cs @@ -20,6 +20,7 @@ namespace Bit.App.Pages UseNativeScanning = true, PossibleFormats = new List { ZXing.BarcodeFormat.QR_CODE }, AutoRotate = false, + TryInverted = true }; if(Device.RuntimePlatform == Device.Android) {