mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 15:53:44 +00:00
no androidapp://android package
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user