Closed dalinaum closed 4 years ago
Inject Fragments before super.onAttach() according to Dagger's documentation: https://dagger.dev/dev-guide/android.html
Fixes #25
Hi! Thanks for the PR. According to our newest guidance, it doesn't matter when you do it: https://developer.android.com/training/dependency-injection/dagger-android#injecting-activities
Inject Fragments before super.onAttach() according to Dagger's documentation: https://dagger.dev/dev-guide/android.html
Fixes #25