Changelog

This commit is contained in:
Benoit Marty 2022-08-23 18:51:14 +02:00
parent d7b2cc095a
commit 4c2f8537e1

1
changelog.d/6894.misc Normal file
View file

@ -0,0 +1 @@
Remove FragmentModule and the Fragment factory. No need to Inject the constructor on your Fragment, just add @AndroidEntryPoint annotation and @Inject class members.