Skip to content

Instantly share code, notes, and snippets.

@mallethugo
Created March 19, 2019 09:38
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/4ab9d16f7e637e916aebf7435282c935 to your computer and use it in GitHub Desktop.
Save mallethugo/4ab9d16f7e637e916aebf7435282c935 to your computer and use it in GitHub Desktop.
override fun getItemId(position: Int): Long {
return myList[position].hashCode().toLong()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment