Skip to content

Instantly share code, notes, and snippets.

@gilgoldzweig
Created November 19, 2019 11:37
Show Gist options
  • Save gilgoldzweig/f6d69ae252a35c193996abe67203b488 to your computer and use it in GitHub Desktop.
Save gilgoldzweig/f6d69ae252a35c193996abe67203b488 to your computer and use it in GitHub Desktop.
class ComposeFragment : Fragment() {
override fun onCreateView(
inflater: LayoutInflater, container: ViewGroup?,
savedInstanceState: Bundle?
): View? {
container?.setContent {
}
return container
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment