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

Commit 1d30d638 authored by Juan Sebastian Martinez's avatar Juan Sebastian Martinez
Browse files

Fixed docstring on TileHapticsState and the class

Test: presubmit
Flag: com.android.systemui.msdl_feedback
Bug: 344654090
Change-Id: I77fdd9f165928c77527ea1fbc6558fed3cb4578b
parent ae63222f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ import kotlinx.coroutines.flow.mapLatest
import kotlinx.coroutines.flow.merge
import kotlinx.coroutines.flow.transform

/** A view-model to trigger haptics feedback on Quick Settings tiles */
/** A view-model to trigger haptic feedback on Quick Settings tiles */
@OptIn(ExperimentalCoroutinesApi::class)
class TileHapticsViewModel
@AssistedInject
@@ -149,7 +149,7 @@ constructor(
            onActivityLaunchTransitionEnd = ::onActivityLaunchTransitionEnd,
        )

    /** Models the state of toggle haptics to play */
    /** Models the state of haptics to play */
    enum class TileHapticsState {
        TOGGLE_ON,
        TOGGLE_OFF,