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

Commit 42c6e236 authored by Liran Binyamin's avatar Liran Binyamin
Browse files

UI event for creating bubbles from hotseat icon

Bug: 438484301
Flag: EXEMPT new ui event
Test: EXEMPT new ui event
Change-Id: I302345f3400fe0b2d90b3ad08c699d17041ec688
parent a9322002
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -95,6 +95,9 @@ public class BubbleLogger {
        @UiEvent(doc = "New bubble created from a launcher icon menu.")
        BUBBLE_CREATED_FROM_LAUNCHER_ICON_MENU(2437),

        @UiEvent(doc = "New bubble created from a hotseat icon menu.")
        BUBBLE_CREATED_FROM_HOTSEAT_ICON_MENU(2456),

        // endregion

        // region bubble bar events
@@ -222,6 +225,9 @@ public class BubbleLogger {
        @UiEvent(doc = "New bubble created from a taskbar icon menu.")
        BUBBLE_BAR_CREATED_FROM_TASKBAR_ICON_MENU(2444),

        @UiEvent(doc = "New bubble created from a hotseat icon menu.")
        BUBBLE_BAR_CREATED_FROM_HOTSEAT_ICON_MENU(2457),

        // endregion
        ;