From 4c2f8537e11f11c5434735428f9c2c8f70791a01 Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Tue, 23 Aug 2022 18:51:14 +0200 Subject: [PATCH] Changelog --- changelog.d/6894.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/6894.misc diff --git a/changelog.d/6894.misc b/changelog.d/6894.misc new file mode 100644 index 0000000000..abb1a69a71 --- /dev/null +++ b/changelog.d/6894.misc @@ -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.