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 f3276e1 commit 1f616c1Copy full SHA for 1f616c1
android/src/main/java/com/swmansion/rnscreens/ContentScrollViewDetector.kt
@@ -1,7 +1,6 @@
1
package com.swmansion.rnscreens
2
3
import android.annotation.SuppressLint
4
-import android.util.Log
5
import com.facebook.react.bridge.ReactContext
6
import com.facebook.react.views.view.ReactViewGroup
7
@@ -10,7 +9,6 @@ class ContentScrollViewDetector(
10
9
val reactContext: ReactContext,
11
) : ReactViewGroup(reactContext) {
12
override fun onAttachedToWindow() {
13
- Log.d("SCREENS", "ScrollViewWrapper")
14
super.onAttachedToWindow()
15
}
16
0 commit comments