Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
Tlaster committed Nov 2, 2023
1 parent 4caeba3 commit fa1d30e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ private class PresenterHolder<T>(
RecompositionMode.ContextClock
}
private val scope = CoroutineScope(dispatcher)
val state = scope.launchMolecule(clock, body)
val state = scope.launchMolecule(mode = clock, body = body)

override fun close() {
scope.cancel()
Expand Down

0 comments on commit fa1d30e

Please sign in to comment.