mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 02:18:27 +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
|
@ -244,7 +244,11 @@ namespace Bit.Droid
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
adapter.DisableForegroundDispatch(this);
|
try
|
||||||
|
{
|
||||||
|
adapter.DisableForegroundDispatch(this);
|
||||||
|
}
|
||||||
|
catch { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue