Skip to content

Instantly share code, notes, and snippets.

@reuniware
Created April 9, 2019 16:23
Show Gist options
  • Save reuniware/11ce38629c29f893962cc1911c30f487 to your computer and use it in GitHub Desktop.
Save reuniware/11ce38629c29f893962cc1911c30f487 to your computer and use it in GitHub Desktop.
Android Kotlin StackOverflowError
val handleScroll = View.OnScrollChangeListener { v, x, y, ox, oy ->
viewPager.scrollTo(ox, oy)
return@OnScrollChangeListener
}
viewPager.setOnScrollChangeListener(handleScroll)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment