Loading packages/CredentialManager/src/com/android/credentialmanager/autofill/CredentialAutofillService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ class CredentialAutofillService : AutofillService() { maxInlineItemCount = maxInlineItemCount.coerceAtMost(inlineMaxSuggestedCount) val lastDropdownDatasetIndex = Settings.Global.getInt(this.contentResolver, Settings.Global.AUTOFILL_MAX_VISIBLE_DATASETS, (maxDropdownDisplayLimit - 1)).coerceAtMost(totalEntryCount - 1) (maxDropdownDisplayLimit - 1)).coerceAtMost(totalEntryCount) var i = 0 var datasetAdded = false Loading Loading
packages/CredentialManager/src/com/android/credentialmanager/autofill/CredentialAutofillService.kt +1 −1 Original line number Diff line number Diff line Loading @@ -250,7 +250,7 @@ class CredentialAutofillService : AutofillService() { maxInlineItemCount = maxInlineItemCount.coerceAtMost(inlineMaxSuggestedCount) val lastDropdownDatasetIndex = Settings.Global.getInt(this.contentResolver, Settings.Global.AUTOFILL_MAX_VISIBLE_DATASETS, (maxDropdownDisplayLimit - 1)).coerceAtMost(totalEntryCount - 1) (maxDropdownDisplayLimit - 1)).coerceAtMost(totalEntryCount) var i = 0 var datasetAdded = false Loading