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

Commit d0d82558 authored by Liran Binyamin's avatar Liran Binyamin Committed by Android (Google) Code Review
Browse files

Merge "UI event for creating bubbles from hotseat icon" into main

parents 988ce1f3 42c6e236
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
        ;