We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6725753 commit 5825927Copy full SHA for 5825927
home/src/main/java/cz/skywall/multimoduleexample/home/base/BaseFragment.kt
@@ -1,11 +1,5 @@
1
package cz.skywall.multimoduleexample.home.base
2
3
import androidx.fragment.app.Fragment
4
-import cz.skywall.multimoduleexample.App
5
6
-open class BaseFragment : Fragment() {
7
-
8
- val component by lazy {
9
- (requireContext().applicationContext as? App)?.applicationComponent!!
10
- }
11
-}
+open class BaseFragment : Fragment()
0 commit comments