mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
ignoreids
This commit is contained in:
@@ -72,6 +72,10 @@ namespace Bit.Android.Autofill
|
||||
}
|
||||
FieldCollection.Add(new Field(node));
|
||||
}
|
||||
else
|
||||
{
|
||||
FieldCollection.IgnoreAutofillIds.Add(node.AutofillId);
|
||||
}
|
||||
|
||||
for(var i = 0; i < node.ChildCount; i++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user