mirror of
https://github.com/bitwarden/android.git
synced 2024-12-24 01:48:25 +03:00
no androidapp://android package
This commit is contained in:
parent
a019b9e1d3
commit
62db6552d2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace Bit.Android.Autofill
|
|||
parser.ParseForFill();
|
||||
|
||||
if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri) ||
|
||||
parser.Uri == "androidapp://com.x8bit.bitwarden")
|
||||
parser.Uri == "androidapp://com.x8bit.bitwarden" || parser.Uri == "androidapp://android")
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue