1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-10 21:33:36 +00:00

catch disable display for nfc

This commit is contained in:
Kyle Spearrin
2019-06-06 08:59:54 -04:00
parent 6f905319c3
commit 68d8b1fa3e

View File

@@ -243,9 +243,13 @@ namespace Bit.Droid
catch { }
}
else
{
try
{
adapter.DisableForegroundDispatch(this);
}
catch { }
}
}
private AppOptions GetOptions()