Skip to content

Commit cab10d3

Browse files
authored
fix(android): package was failing to compile on RN 0.77 (#1022)
1 parent e46fa09 commit cab10d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/java/com/reactnativemenu/MenuView.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class MenuView(private val mContext: ReactContext) : ReactViewGroup(mContext) {
5353
updateTouchDelegate()
5454
}
5555

56-
override fun onInterceptTouchEvent(ev: MotionEvent?): Boolean {
56+
override fun onInterceptTouchEvent(ev: MotionEvent): Boolean {
5757
return true
5858
}
5959

0 commit comments

Comments
 (0)