mirror of
https://github.com/bitwarden/mobile.git
synced 2025-02-20 01:51:26 +01:00
no androidapp://android package
This commit is contained in:
parent
a019b9e1d3
commit
62db6552d2
@ -31,7 +31,7 @@ namespace Bit.Android.Autofill
|
|||||||
parser.ParseForFill();
|
parser.ParseForFill();
|
||||||
|
|
||||||
if(!parser.FieldCollection.Fields.Any() || string.IsNullOrWhiteSpace(parser.Uri) ||
|
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;
|
return;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user