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