summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Daniel <danieljkim@google.com> 2023-12-13 01:16:23 +0000
committer Daniel <danieljkim@google.com> 2023-12-13 01:17:48 +0000
commit359ec7facb430bc2f8789ce307bf46a7d484dd7d (patch)
treec1bb2767f4b12b68a8888d161e3cdeb05cf4576d
parentfbc5e550c4fdee76a8d1105b965f3adfe0c3bc21 (diff)
Add bugfix flag for assist structure invisible parent bug
Test: just adding flag Bug: 291795358 Change-Id: I54e349d04bb43984d7f7e71d9a37cbca5809e9e7
-rw-r--r--services/autofill/bugfixes.aconfig7
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"
+}