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

Commit f9a15f7f authored by Ats Jenk's avatar Ats Jenk
Browse files

Add flag for TaskViewTaskController clean up

Bug: 369995920
Flag: EXEMPT adding flag
Change-Id: I6ecc57e2e9216c2124392e1a491bdd135f08322c
Test: n/a
parent d565ccd3
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
    }
}