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

Commit 683b923f authored by Massimo Carli's avatar Massimo Carli
Browse files

[0/n] Create bug fix flag for async CompatUI relayout

Flag: EXEMPT Flag creation
Bug: 322463856
Test: m

Change-Id: I7337e0be7146ddc309247e5867b68cac5add1517
parent cd19578b
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -111,6 +111,18 @@ flag {
  bug: "353697519"
}

flag {
  name: "app_compat_async_relayout"
  namespace: "large_screen_experiences_app_compat"
  description: "Whether we use the SurfaceViewHost overload to apply a change in /n"
               "position and size in a Transaction provided by a callback invoked /n"
               "after the View relayout."
  bug: "322463856"
  metadata {
    purpose: PURPOSE_BUGFIX
  }
}

flag {
  name: "app_compat_refactoring"
  namespace: "large_screen_experiences_app_compat"