Skip to content

Instantly share code, notes, and snippets.

@kaszabimre
Created July 17, 2020 10:22
Show Gist options
  • Save kaszabimre/bd57eed40d15d57f7b0943a9fd5546de to your computer and use it in GitHub Desktop.
Save kaszabimre/bd57eed40d15d57f7b0943a9fd5546de to your computer and use it in GitHub Desktop.
Update MainMenuFragment
@AndroidEntryPoint
class MainMenuFragment : Fragment() {
....
// override fun onAttach(context: Context) {
// AndroidSupportInjection.inject(this)
// super.onAttach(context)
// }
....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment