android / codelab-android-hilt

Apache License 2.0
350 stars 186 forks source link

Using deprecated API #6

Closed jasmingrbo closed 3 years ago

jasmingrbo commented 3 years ago

Hilt is overriding deprecated onAttach(Activity activity) and calling super.onAttach(activity) in it, of all fragments annotated with @AndroidEntryPoint

I suppose this is something that should be remedied by Dagger since Hilt is build upon it or am I wrong?

manuelvicnt commented 3 years ago

Thanks for reporting this. We already fixed it: https://github.com/google/dagger/issues/2100

Thanks!