We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0b4ef commit b16abddCopy full SHA for b16abdd
feature-add/src/main/java/com/hoc/flowmvi/ui/add/AddVM.kt
@@ -167,8 +167,8 @@ class AddVM @Inject constructor(
167
map { validated ->
168
PartialStateChange.Errors(
169
validated?.fold(
170
- { it.toPersistentHashSet() },
171
- { persistentHashSetOf() }
+ fe = { it.toPersistentHashSet() },
+ fa = { persistentHashSetOf() }
172
) ?: persistentHashSetOf()
173
)
174
}
0 commit comments