mirror of
https://github.com/bitwarden/mobile
synced 2025-12-12 14:23:26 +00:00
track with node id + hash code
This commit is contained in:
@@ -16,6 +16,7 @@ namespace Bit.Android.Autofill
|
||||
public Field(ViewNode node)
|
||||
{
|
||||
Id = node.Id;
|
||||
TrackingId = $"{node.Id}_{node.GetHashCode()}";
|
||||
IdEntry = node.IdEntry;
|
||||
AutofillId = node.AutofillId;
|
||||
AutofillType = node.AutofillType;
|
||||
@@ -68,6 +69,7 @@ namespace Bit.Android.Autofill
|
||||
}
|
||||
public string Hint { get; set; }
|
||||
public int Id { get; private set; }
|
||||
public string TrackingId { get; private set; }
|
||||
public string IdEntry { get; set; }
|
||||
public AutofillId AutofillId { get; private set; }
|
||||
public AutofillType AutofillType { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user