mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 18:08:26 +03:00
catch disable display for nfc
This commit is contained in:
parent
6f905319c3
commit
68d8b1fa3e
1 changed files with 5 additions and 1 deletions
|
@ -243,9 +243,13 @@ namespace Bit.Droid
|
|||
catch { }
|
||||
}
|
||||
else
|
||||
{
|
||||
try
|
||||
{
|
||||
adapter.DisableForegroundDispatch(this);
|
||||
}
|
||||
catch { }
|
||||
}
|
||||
}
|
||||
|
||||
private AppOptions GetOptions()
|
||||
|
|
Loading…
Reference in a new issue