You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: features/dd-sdk-android-rum/src/main/kotlin/com/datadog/android/rum/internal/instrumentation/gestures/GesturesListener.kt
+20-8Lines changed: 20 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -137,11 +137,12 @@ internal class GesturesListener(
137
137
val queue =LinkedList<View>()
138
138
queue.addFirst(decorView)
139
139
var target:ViewTarget?=null
140
-
140
+
var composeViewDetected =false
141
141
while (queue.isNotEmpty()) {
142
142
// removeFirst can't fail because we checked isNotEmpty
Copy file name to clipboardExpand all lines: features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/instrumentation/gestures/GesturesListenerScrollSwipeTest.kt
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -466,8 +466,7 @@ internal class GesturesListenerScrollSwipeTest : AbstractGesturesListenerTest()
466
466
InternalLogger.Level.INFO,
467
467
InternalLogger.Target.USER,
468
468
{
469
-
it ==GesturesListener.MSG_NO_TARGET_SCROLL_SWIPE||
Copy file name to clipboardExpand all lines: features/dd-sdk-android-rum/src/test/kotlin/com/datadog/android/rum/internal/instrumentation/gestures/GesturesListenerTapTest.kt
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -333,7 +333,7 @@ internal class GesturesListenerTapTest : AbstractGesturesListenerTest() {
0 commit comments