Skip to content

Commit 4f4a324

Browse files
committed
more debug messages
1 parent 6574d70 commit 4f4a324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compose/ui/ui/src/webCommonW3C/kotlin/androidx/compose/ui/platform/accessibility/ComposeWebSemanticsListener.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ internal class ComposeWebSemanticsListener(
113113
syncTriggerChannel.receiveAsFlow().debounce(DEBOUNCE_MS.milliseconds).collect {
114114
val currentTime = currentTimeMillis()
115115

116+
println("In collect-after-debounce at $currentTime / $it")
117+
116118
// syncSemanticsWithWebA11Y could've been triggered from a "force sync" above,
117119
// so we check the lastSyncTime here
118120
if (currentTime - lastSyncTime >= DEBOUNCE_MS) {

0 commit comments

Comments
 (0)