Skip to content

Commit 18a13f4

Browse files
committed
Fix tag propagation
1 parent 66db017 commit 18a13f4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sentry-compose/src/androidMain/kotlin/io/sentry/compose/gestures/ComposeGestureTargetLocator.kt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,9 +92,8 @@ public class ComposeGestureTargetLocator(private val logger: ILogger) : GestureT
9292
}
9393
}
9494
}
95+
queue.addAll(node.zSortedChildren.asMutableList().map { Pair(it, tag) })
9596
}
96-
97-
queue.addAll(node.zSortedChildren.asMutableList().map { Pair(it, parentTag) })
9897
}
9998

10099
return if (targetTag == null) {

0 commit comments

Comments
 (0)