Skip to content
Snippets Groups Projects
Commit e4404f82 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Set onFling params nullable

parent 2ebd6a68
No related branches found
No related tags found
No related merge requests found
......@@ -357,7 +357,7 @@ class VideoTouchDelegate(private val player: VideoPlayerActivity,
return false
}
override fun onFling(e1: MotionEvent, e2: MotionEvent, velocityX: Float, velocityY: Float ) = false
override fun onFling(e1: MotionEvent?, e2: MotionEvent?, velocityX: Float, velocityY: Float ) = false
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment