Created
August 5, 2021 07:00
-
-
Save sergei-lapin/c4e4047ab83c1c2b6f52a2c4c48b8611 to your computer and use it in GitHub Desktop.
onItemCreatedOutside
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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