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

Commit 0da1304d authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fixed docstring on TileHapticsState and the class" into main

parents fe79c07d 1d30d638
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,