1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-14 23:33:34 +00:00

check app options ios extension on nfc check (#933)

This commit is contained in:
Kyle Spearrin
2020-05-29 15:25:06 -04:00
committed by GitHub
parent 6da0f82ddd
commit fbf3d97d57
5 changed files with 12 additions and 8 deletions

View File

@@ -43,7 +43,7 @@ namespace Bit.App
public App(AppOptions appOptions)
{
Options = appOptions ?? new AppOptions();
if (Options.EmptyApp)
if (Options.IosExtension)
{
Current = this;
return;