Skip to content

Commit 5825927

Browse files
committed
Remove component from base fragment
1 parent 6725753 commit 5825927

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
package cz.skywall.multimoduleexample.home.base
22

33
import androidx.fragment.app.Fragment
4-
import cz.skywall.multimoduleexample.App
54

6-
open class BaseFragment : Fragment() {
7-
8-
val component by lazy {
9-
(requireContext().applicationContext as? App)?.applicationComponent!!
10-
}
11-
}
5+
open class BaseFragment : Fragment()

0 commit comments

Comments
 (0)