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

Commit 893a1854 authored by Ats Jenk's avatar Ats Jenk
Browse files

Flag for exiting split when task moves to bubble

Bug: 440647718
Test: presubmit
Flag: EXEMPT adding the flag
Change-Id: I6588cd98a8c94f57c3de2f4c398eec6aaa637555
parent 651c492e
Loading
Loading
Loading
Loading
+10 −0
Original line number Original line Diff line number Diff line
@@ -322,3 +322,13 @@ flag {
        purpose: PURPOSE_BUGFIX
        purpose: PURPOSE_BUGFIX
    }
    }
}
}

flag {
    name: "fix_exit_split_on_enter_bubble"
    namespace: "multitasking"
    description: "Fixes a bug where split screen remains active if one of the tasks moves to bubble via a trampoline task."
    bug: "440647718"
    metadata {
        purpose: PURPOSE_BUGFIX
    }
}