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

Commit 27dd3bd2 authored by Mady Mellor's avatar Mady Mellor
Browse files

Add flag for stashable bubbles

Flag: com.android.wm.shell.enable_optional_bubble_overflow
Test: none
Bug: 341361249
Change-Id: I4b8aea74344d00331500beb3c7278c40a49d2206
parent 149f436f
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -78,3 +78,10 @@ flag {
    description: "Allow opening bubbles overflow UI without bubbles being visible"
    bug: "340337839"
}

flag {
    name: "enable_bubble_stashing"
    namespace: "multitasking"
    description: "Allow the floating bubble stack to stash on the edge of the screen"
    bug: "341361249"
}