Skip to content

Instantly share code, notes, and snippets.

@thagikura
Last active November 28, 2018 19:17
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thagikura/6f8c1b26886c9e1346985bc926c0ce98 to your computer and use it in GitHub Desktop.
Save thagikura/6f8c1b26886c9e1346985bc926c0ce98 to your computer and use it in GitHub Desktop.
binding.sessionsRecycler.apply {
// ... omittning not related code
recycledViewPool = sharedRecycledViewPool
(layoutManager as LinearLayoutManager).recycleChildrenOnDetach = true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment