mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
Add support for inverse data matrix QR codes (#787)
This commit is contained in:
parent
55dff81b9f
commit
6fdb1e3356
1 changed files with 1 additions and 0 deletions
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue