diff options
| author | 2023-12-13 21:16:05 +0000 | |
|---|---|---|
| committer | 2023-12-13 21:16:05 +0000 | |
| commit | dbcc360a78f95730b42ace98cc69c116c96c7ecf (patch) | |
| tree | e78f0b31d68db7491f7919617ff5aaad8b3a9757 | |
| parent | a13d43269caa21cae3aeb5a8257c990675d61f40 (diff) | |
| parent | 359ec7facb430bc2f8789ce307bf46a7d484dd7d (diff) | |
Merge "Add bugfix flag for assist structure invisible parent bug" into main
| -rw-r--r-- | services/autofill/bugfixes.aconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/services/autofill/bugfixes.aconfig b/services/autofill/bugfixes.aconfig index ab678d93c665..ca6fefdd8245 100644 --- a/services/autofill/bugfixes.aconfig +++ b/services/autofill/bugfixes.aconfig @@ -27,3 +27,10 @@ flag { description: "Mitigation for view state reset to empty causing no save dialog to show issue" bug: "297976948" } + +flag { + name: "ignore_invisible_view_group_in_assist_structure" + namespace: "autofill" + description: "Mitigation for autofill providers miscalculating view visibility" + bug: "291795358" +} |