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 27990a5 commit e3a31e5Copy full SHA for e3a31e5
mvvm-internal/src/commonMain/kotlin/dev/icerock/moko/mvvm/internal/createUIDispatcher.kt
@@ -10,4 +10,4 @@ import kotlinx.coroutines.Dispatchers
10
/**
11
* We use coroutines native-mt version, so we can use Main dispatcher on both platforms
12
*/
13
-fun createUIDispatcher(): CoroutineDispatcher = Dispatchers.Main
+fun createUIDispatcher(): CoroutineDispatcher = Dispatchers.Main.immediate
0 commit comments