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 66db017 commit 18a13f4Copy full SHA for 18a13f4
sentry-compose/src/androidMain/kotlin/io/sentry/compose/gestures/ComposeGestureTargetLocator.kt
@@ -92,9 +92,8 @@ public class ComposeGestureTargetLocator(private val logger: ILogger) : GestureT
92
}
93
94
95
+ queue.addAll(node.zSortedChildren.asMutableList().map { Pair(it, tag) })
96
-
97
- queue.addAll(node.zSortedChildren.asMutableList().map { Pair(it, parentTag) })
98
99
100
return if (targetTag == null) {
0 commit comments