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

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

Add event for switching bubble bar bubbles

Bug: 349845968
Test: m
Flag: EXEMPT metrics changes
Change-Id: Ie2608a79bfb3336937b4cfc7543a6aa81dfb5e5b
parent b34540fe
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -145,6 +145,9 @@ public class BubbleLogger {
        @UiEvent(doc = "bubble promoted from overflow back to bubble bar")
        BUBBLE_BAR_OVERFLOW_REMOVE_BACK_TO_BAR(1949),

        @UiEvent(doc = "while bubble bar is expanded, switch to another/existing bubble")
        BUBBLE_BAR_BUBBLE_SWITCHED(1977)

        // endregion
        ;