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

Commit 3dde5753 authored by Will Leshner's avatar Will Leshner
Browse files

Fix doc string for COMMUNAL_HUB_SHOW_DREAM_BUTTON_TAP UI event.

Bug: 382739998
Test: manually
Flag: EXEMPT bugfix
Change-Id: Icb31028643fc9ee81851ce8773afb8d5c824ef99
parent 8117ad1d
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 {