mirror of
https://github.com/bitwarden/mobile
synced 2025-12-15 07:43:37 +00:00
save info from service to add cipher page
This commit is contained in:
@@ -55,13 +55,14 @@ namespace Bit.Android.Autofill
|
||||
var isEditText = node.ClassName == "android.widget.EditText";
|
||||
if(isEditText || (hints?.Length ?? 0) > 0)
|
||||
{
|
||||
if(Uri == null)
|
||||
{
|
||||
Uri = node.IdPackage;
|
||||
}
|
||||
|
||||
if(forFill)
|
||||
{
|
||||
FieldCollection.Add(new Field(node));
|
||||
if(Uri == null)
|
||||
{
|
||||
Uri = node.IdPackage;
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user