Skip to content

Instantly share code, notes, and snippets.

@fo2rist
Created 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/bdfb51ec9755811c28650a65ba7dc7f2 to your computer and use it in GitHub Desktop.
Save fo2rist/bdfb51ec9755811c28650a65ba7dc7f2 to your computer and use it in GitHub Desktop.
Java To Kotlin Conversion. Step 5. Nullability After
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