class FixedViewPager @JvmOverloads constructor(context: Context, | |
attrs: AttributeSet? = null) : ViewPager(context, attrs) { | |
override fun onTouchEvent(ev: MotionEvent?) = false | |
override fun onInterceptTouchEvent(ev: MotionEvent?) = false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment