mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
catch disable display for nfc
This commit is contained in:
@@ -243,9 +243,13 @@ namespace Bit.Droid
|
|||||||
catch { }
|
catch { }
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
{
|
||||||
|
try
|
||||||
{
|
{
|
||||||
adapter.DisableForegroundDispatch(this);
|
adapter.DisableForegroundDispatch(this);
|
||||||
}
|
}
|
||||||
|
catch { }
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private AppOptions GetOptions()
|
private AppOptions GetOptions()
|
||||||
|
|||||||
Reference in New Issue
Block a user