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

Commit d9efeb47 authored by Louis Chang's avatar Louis Chang
Browse files

Adding trunk stable flag for task bounds relayout

Bug: 390291971
Test: wm presubmit
Flag: com.android.window.flags.fix_layout_existing_task
Change-Id: Ibacc4919a8c8410c8e3834b761049ce63607c45f
parent cc8b75ef
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -185,3 +185,14 @@ flag {
    description: "Enables letterboxing for a safe region"
    bug: "380132497"
}

flag {
    namespace: "windowing_sdk"
    name: "fix_layout_existing_task"
    description: "Layout the existing task to ensure the bounds are updated."
    bug: "390291971"
    is_fixed_read_only: true
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}
 No newline at end of file