mirror of
https://github.com/bitwarden/mobile
synced 2025-12-10 13:23:39 +00:00
catch disable display for nfc
This commit is contained in:
@@ -244,7 +244,11 @@ namespace Bit.Droid
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
adapter.DisableForegroundDispatch(this);
|
try
|
||||||
|
{
|
||||||
|
adapter.DisableForegroundDispatch(this);
|
||||||
|
}
|
||||||
|
catch { }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user