From 359ec7facb430bc2f8789ce307bf46a7d484dd7d Mon Sep 17 00:00:00 2001 From: Daniel Date: Wed, 13 Dec 2023 01:16:23 +0000 Subject: Add bugfix flag for assist structure invisible parent bug Test: just adding flag Bug: 291795358 Change-Id: I54e349d04bb43984d7f7e71d9a37cbca5809e9e7 --- services/autofill/bugfixes.aconfig | 7 +++++++ 1 file changed, 7 insertions(+) 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" +} -- cgit v1.2.3-59-g8ed1b