Skip to content

Instantly share code, notes, and snippets.

@mallethugo
Created March 19, 2019 09:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mallethugo/8ac5aaa92be8253e2a1385b34b92a0d0 to your computer and use it in GitHub Desktop.
Save mallethugo/8ac5aaa92be8253e2a1385b34b92a0d0 to your computer and use it in GitHub Desktop.
override fun getItemViewType(position: Int): Int {
return if (myList[position] is sectionObject) {
CHILD_TYPE
} else {
SECTION_TYPE
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment