Skip to content

Instantly share code, notes, and snippets.

@AndrewHaisting
Created December 15, 2017 17:24
Show Gist options
  • Save AndrewHaisting/26c3fefce67b892ad2073d16b7bc5f94 to your computer and use it in GitHub Desktop.
Save AndrewHaisting/26c3fefce67b892ad2073d16b7bc5f94 to your computer and use it in GitHub Desktop.
override fun onImageClick(item: ImageItem) {
item.isFavorited = !item.isFavorited
recycler.adapter.notifyItemChanged(items.indexOf(item))
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment