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

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

Merge "Add flag for TaskViewTaskController clean up" into main

parents 640670c3 f9a15f7f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -168,3 +168,13 @@ flag {
    description: "Enables flexibile split feature for split screen"
    bug: "349828130"
}

flag {
    name: "enable_task_view_controller_cleanup"
    namespace: "multitasking"
    description: "Fix memory leak with task view controllers"
    bug: "369995920"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}