Skip to content

Instantly share code, notes, and snippets.

@sergei-lapin
Created August 5, 2021 07:00
Show Gist options
  • Select an option

  • Save sergei-lapin/c4e4047ab83c1c2b6f52a2c4c48b8611 to your computer and use it in GitHub Desktop.

Select an option

Save sergei-lapin/c4e4047ab83c1c2b6f52a2c4c48b8611 to your computer and use it in GitHub Desktop.
onItemCreatedOutside
internal fun onItemCreatedOutside(viewType: Int) {
itemsCreated[viewType] = itemsCreated.getOrZero(viewType) + 1
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment