Commit ee22df7 1 parent 708ee25 commit ee22df7 Copy full SHA for ee22df7
File tree 1 file changed +2
-2
lines changed
android/src/main/java/com/lodev09/truesheet/core
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -86,15 +86,15 @@ class RootSheetView(private val context: Context?) :
86
86
}
87
87
88
88
@Deprecated(" Deprecated in Java" )
89
- override fun onChildStartedNativeGesture (ev : MotionEvent ? ) {
89
+ override fun onChildStartedNativeGesture (ev : MotionEvent ) {
90
90
eventDispatcher?.let {
91
91
if (ev != null ) {
92
92
jSTouchDispatcher.onChildStartedNativeGesture(ev, it)
93
93
}
94
94
}
95
95
}
96
96
97
- override fun onChildStartedNativeGesture (childView : View , ev : MotionEvent ) {
97
+ override fun onChildStartedNativeGesture (childView : View ? , ev : MotionEvent ) {
98
98
eventDispatcher?.let { jSTouchDispatcher.onChildStartedNativeGesture(ev, it) }
99
99
jSPointerDispatcher?.onChildStartedNativeGesture(childView, ev, eventDispatcher)
100
100
}
You can’t perform that action at this time.
0 commit comments