Skip to content

Instantly share code, notes, and snippets.

@fo2rist
Last active March 23, 2020 22:19
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 fo2rist/a3a1b0a3e6f9dc6c52250c4248f1b429 to your computer and use it in GitHub Desktop.
Save fo2rist/a3a1b0a3e6f9dc6c52250c4248f1b429 to your computer and use it in GitHub Desktop.
Java To Kotlin Conversion. Step 5. Nullability Before
override fun getItem(position: Int): Fragment {
return cachedFragments[position]!!
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment