1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

ignoreids

This commit is contained in:
Kyle Spearrin
2017-11-17 23:26:51 -05:00
parent e4012e4f87
commit 955fc97cb2
3 changed files with 7 additions and 0 deletions

View File

@@ -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++)
{