Skip to content

Commit

Permalink
make setPointerEvents public on ReactViewGroup.java
Browse files Browse the repository at this point in the history
  • Loading branch information
jakex7 committed Aug 12, 2024
1 parent 175943f commit 90e1247
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ protected void dispatchSetPressed(boolean pressed) {
// to it's children.
}

/*package*/ void setPointerEvents(PointerEvents pointerEvents) {
public void setPointerEvents(PointerEvents pointerEvents) {
mPointerEvents = pointerEvents;
}

Expand Down

0 comments on commit 90e1247

Please sign in to comment.