Skip to content

Instantly share code, notes, and snippets.

@k0siara
Created November 5, 2022 20:51
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 k0siara/2abaf22735b6c3e44b94e79ce3860161 to your computer and use it in GitHub Desktop.
Save k0siara/2abaf22735b6c3e44b94e79ce3860161 to your computer and use it in GitHub Desktop.
FragmentManagerExample.kt
fun confirmStartGame() {
    val newFragment = StartGameDialogFragment()
    newFragment.show(supportFragmentManager, "game")
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment