mirror of
https://github.com/bitwarden/mobile
synced 2025-12-14 07:13:33 +00:00
add support for card filling
This commit is contained in:
@@ -170,7 +170,7 @@ namespace Bit.Android
|
||||
}
|
||||
|
||||
var items = new List<IFilledItem> { new CipherFilledItem(cipher) };
|
||||
var response = AutofillHelpers.BuildFillResponse(this, parser.FieldCollection, items);
|
||||
var response = AutofillHelpers.BuildFillResponse(this, parser, items);
|
||||
var replyIntent = new Intent();
|
||||
replyIntent.PutExtra(AutofillManager.ExtraAuthenticationResult, response);
|
||||
SetResult(Result.Ok, replyIntent);
|
||||
|
||||
Reference in New Issue
Block a user