File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
core/ui/compose/common/src/main/kotlin/app/k9mail/core/ui/compose/common/mvi Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ import kotlinx.coroutines.launch
1919 * represented as a state.
2020 * @param EVENT The type that represents user actions that can occur and should be handled by the ViewModel. For
2121 * example, a button click can be represented as an event.
22- * @param EFFECT The type that represents side-effects that can occur in response to the state changes. For example,
22+ * @param EFFECT The type that represents side-effects that can occur in response to the state changes. For example,
2323 * a navigation event can be represented as an effect.
2424 *
25- * @property initialState The initial [STATE] of the ViewModel.
25+ * @param initialState The initial [STATE] of the ViewModel.
2626 */
2727abstract class BaseViewModel <STATE , EVENT , EFFECT >(
2828 initialState : STATE ,
You can’t perform that action at this time.
0 commit comments