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

Commit 93755858 authored by Massimo Carli's avatar Massimo Carli Committed by Android (Google) Code Review
Browse files

Merge "[0/n] Create bug fix flag for async CompatUI relayout" into main

parents de1d086a 683b923f
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"