Skip to content

Commit

Permalink
Make RecyclerCollectionComponentSpec recyclerTouchEventHandler @nullable
Browse files Browse the repository at this point in the history


Summary: TSIA

Reviewed By: adityasharat

Differential Revision: D66987656

fbshipit-source-id: 5ce7bfaa0723f5136c8c0e1c23c81a62919cc8d6
  • Loading branch information
Alex Madera authored and facebook-github-bot committed Dec 19, 2024
1 parent 4435c86 commit 8b23135
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ public class RecyclerCollectionComponentSpec {
@Prop(optional = true, resType = ResType.DIMEN_SIZE) int topPadding,
@Prop(optional = true, resType = ResType.DIMEN_SIZE) int bottomPadding,
@Prop(optional = true) boolean disableAddingPadding,
@Prop(optional = true) EventHandler<TouchEvent> recyclerTouchEventHandler,
@Prop(optional = true) @Nullable EventHandler<TouchEvent> recyclerTouchEventHandler,
@Prop(optional = true) boolean horizontalFadingEdgeEnabled,
@Prop(optional = true) boolean verticalFadingEdgeEnabled,
@Prop(optional = true) boolean isLeftFadingEnabled,
Expand Down

0 comments on commit 8b23135

Please sign in to comment.