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 5577af9 commit 99c7944Copy full SHA for 99c7944
compose/ui/ui/src/webTest/kotlin/androidx/compose/ui/OnCanvasTests.kt
@@ -176,7 +176,7 @@ internal class WebApplicationScope(
176
private val initialRecomposers = Recomposer.runningRecomposers.value
177
178
suspend fun awaitIdle(): Unit = measureTime {
179
- awaitWithYield()
+ awaitAnimationFrame()
180
181
Snapshot.sendApplyNotifications()
182
@@ -186,7 +186,7 @@ internal class WebApplicationScope(
186
recomposerInfo.state.takeWhile { it > Recomposer.State.Idle }.collect()
187
}
188
189
190
}.let { println("Total awaitIdle time: $it\n") }
191
192
/**
0 commit comments