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

Commit acd2cefa authored by Ats Jenk's avatar Ats Jenk Committed by Android (Google) Code Review
Browse files

Merge "Flag to not allow split task to have bounds set" into main

parents f5d5847f 47803e8d
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -262,3 +262,13 @@ flag {
        purpose: PURPOSE_BUGFIX
    }
}

flag {
    name: "split_disable_child_task_bounds"
    namespace: "multitasking"
    description: "Fixes a bug where split task can keep bounds from previous multitasking mode."
    bug: "427245857"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}