mirror of
https://github.com/bitwarden/mobile
synced 2025-12-20 10:13:42 +00:00
Android 11 inline autofill (#1145)
* Inline autofill support for Android 11 - initial commit * null check intent before getting bool extra * Updated xamarin androidx autofill * fixed broken overlay fallback * fixed filename * auto-compat-check cleanup * simplification
This commit is contained in:
@@ -64,7 +64,7 @@ namespace Bit.Droid.Autofill
|
||||
}
|
||||
|
||||
// build response
|
||||
var response = AutofillHelpers.BuildFillResponse(parser, items, locked);
|
||||
var response = AutofillHelpers.BuildFillResponse(parser, items, locked, request);
|
||||
callback.OnSuccess(response);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user