Skip to content

Commit b2ee903

Browse files
committed
Remove comment
1 parent 4a029fa commit b2ee903

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -382,9 +382,6 @@ class GestureHandlerOrchestrator(
382382
}
383383
}
384384

385-
/**
386-
* Cancels all handlers created using API v1 and v2
387-
*/
388385
fun cancelAllLegacyHandlers() = cancelTrackedHandlers {
389386
it.actionType == GestureHandler.ACTION_TYPE_JS_FUNCTION_OLD_API ||
390387
it.actionType == GestureHandler.ACTION_TYPE_JS_FUNCTION_NEW_API ||

0 commit comments

Comments
 (0)