Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 677ee772 authored by Daniel's avatar Daniel
Browse files

Fix typo in flag name

Instead of ignore_invisible_view_group_in_assist_structure, it should be
the opposite, include_invisible_view_group_in_assist_structure.

Test: just adding flag
Bug: 291795358
Change-Id: I7dcb7a418c4bcf66a05b9a94b4eb0369f6e6dbd1
parent 359ec7fa
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ flag {
}

flag {
  name: "ignore_invisible_view_group_in_assist_structure"
  name: "include_invisible_view_group_in_assist_structure"
  namespace: "autofill"
  description: "Mitigation for autofill providers miscalculating view visibility"
  bug: "291795358"