Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
haanhvu committed Jan 30, 2025
1 parent 1242227 commit d363dd8
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -974,6 +974,9 @@ public boolean isAutocompleteEnabled(Context context) {

@Override
public boolean isAutoFillEnabled(Context context) {
// Chromium doesn't provide an autofill option.
// Instead, it provides a login selection dialog that let users decide whether to autofill the saved password or not.
// We'll only show this dialog if users enable autofill.
showLoginSelectDialog = SettingsStore.getInstance(context).isAutoFillEnabled();
return true;
}
Expand Down

0 comments on commit d363dd8

Please sign in to comment.