Д
Size: a a a
Д
Д
AD
Д
AD
AI
Д
AD
Д
Д
AD
AD
Д
AD
Д
AD
Д
fun mainReducer(currentState: MainState, msg: Msg): State {
return when (msg) {
is ComponentMessage -> {
currentState.copy(
componentState = ComponentState(
field = "not corrent value"
)
)
}
else -> currentState
}
}
AD
fun mainReducer(currentState: MainState, msg: Msg): State {
return when (msg) {
is ComponentMessage -> {
currentState.copy(
componentState = ComponentState(
field = "not corrent value"
)
)
}
else -> currentState
}
}
Д
AD