Loading core/ui/compose/common/src/main/kotlin/app/k9mail/core/ui/compose/common/mvi/BaseViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import kotlinx.coroutines.launch * @param EFFECT The type that represents side-effects that can occur in response to the state changes. For example, * a navigation event can be represented as an effect. * * @property initialState The initial [STATE] of the ViewModel. * @param initialState The initial [STATE] of the ViewModel. */ abstract class BaseViewModel<STATE, EVENT, EFFECT>( initialState: STATE, Loading Loading
core/ui/compose/common/src/main/kotlin/app/k9mail/core/ui/compose/common/mvi/BaseViewModel.kt +2 −2 Original line number Diff line number Diff line Loading @@ -22,7 +22,7 @@ import kotlinx.coroutines.launch * @param EFFECT The type that represents side-effects that can occur in response to the state changes. For example, * a navigation event can be represented as an effect. * * @property initialState The initial [STATE] of the ViewModel. * @param initialState The initial [STATE] of the ViewModel. */ abstract class BaseViewModel<STATE, EVENT, EFFECT>( initialState: STATE, Loading