Skip to content

Instantly share code, notes, and snippets.

@orcchg
Created June 26, 2021 08:24
Show Gist options
  • Select an option

  • Save orcchg/41923e0b7f5ec727d730da81336f9309 to your computer and use it in GitHub Desktop.

Select an option

Save orcchg/41923e0b7f5ec727d730da81336f9309 to your computer and use it in GitHub Desktop.
override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
DaggerStockListFragmentComponent.factory()
.create(featureApi = api.getFeature()) // HERE !
.inject(this)
super.onViewCreated(view, savedInstanceState)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment