mirror of
https://github.com/Kunzisoft/KeePassDX.git
synced 2025-04-04 13:27:36 +03:00
fix: Add buggy method comment #1638
This commit is contained in:
parent
11a98267a2
commit
ef77c2acfb
1 changed files with 1 additions and 0 deletions
|
@ -284,6 +284,7 @@ class KeeAutofillService : AutofillService() {
|
|||
// Build response
|
||||
if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.TIRAMISU) {
|
||||
try {
|
||||
// Buggy method on some API 33 devices
|
||||
responseBuilder.setAuthentication(
|
||||
autofillIds,
|
||||
intentSender,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue