Skip to content

Commit 03b8a0f

Browse files
committed
Remove comment
1 parent 0ea974e commit 03b8a0f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

packages/react-native-gesture-handler/android/src/main/java/com/swmansion/gesturehandler/react/RNGestureHandlerDetectorView.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,6 @@ class RNGestureHandlerDetectorView(context: Context) : ReactViewGroup(context) {
161161
}
162162

163163
for (tag in nativeHandlers) {
164-
// registry.attachHandlerToView(tag, id, GestureHandler.ACTION_TYPE_NATIVE_DETECTOR)
165164
registry.attachHandlerToView(tag, id, GestureHandler.ACTION_TYPE_NATIVE_DETECTOR)
166165

167166
attachedHandlers.add(tag)

0 commit comments

Comments
 (0)