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

Commit 82e4c14d authored by William Leshner's avatar William Leshner Committed by Android (Google) Code Review
Browse files

Merge "Fix doc string for COMMUNAL_HUB_SHOW_DREAM_BUTTON_TAP UI event." into main

parents 8b6c5d3e 3dde5753
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ enum class CommunalUiEvent(private val id: Int) : UiEventEnum {
    COMMUNAL_HUB_TO_DREAM_SWIPE_CANCEL(1865),
    @UiEvent(doc = "A transition from Dream to Communal Hub starts due to dream awakening")
    DREAM_TO_COMMUNAL_HUB_DREAM_AWAKE_START(1866),
    @UiEvent(doc = "User long-pressed the button on Communal Hub to go to Dream")
    @UiEvent(doc = "User tapped the button on Communal Hub to go to Dream")
    COMMUNAL_HUB_SHOW_DREAM_BUTTON_TAP(2065);

    override fun getId(): Int {