Loading packages/SystemUI/src/com/android/systemui/communal/shared/log/CommunalUiEvent.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading Loading
packages/SystemUI/src/com/android/systemui/communal/shared/log/CommunalUiEvent.kt +1 −1 Original line number Diff line number Diff line Loading @@ -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 { Loading