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

Commit 44553a79 authored by Mady Mellor's avatar Mady Mellor
Browse files

Flag to enable hiding the bubble overflow if it's empty

Test: none
Bug: 334175587
Change-Id: I5b2bb3d4cafe1b35788f3f1d7c19c22d71c07671
parent 93897e60
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -64,3 +64,10 @@ flag {
    description: "Enables long-press action for nav handle when a bubble is expanded"
    bug: "324910035"
}

flag {
    name: "enable_optional_bubble_overflow"
    namespace: "multitasking"
    description: "Hides the bubble overflow if there aren't any overflowed bubbles"
    bug: "334175587"
}