File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
entities/presentation/src/main/java/ru/sir/presentation/base Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -4,13 +4,13 @@ import android.os.Bundle
44import android.view.LayoutInflater
55import android.view.View
66import android.view.ViewGroup
7- import androidx.databinding.ViewDataBinding
87import androidx.fragment.app.Fragment
98import androidx.lifecycle.ViewModelProvider
109import androidx.lifecycle.ViewModelProviders
10+ import androidx.viewbinding.ViewBinding
1111import javax.inject.Inject
1212
13- abstract class BaseFragment <T : BaseViewModel , B : ViewDataBinding >(private val type : Class <out T >) : Fragment() {
13+ abstract class BaseFragment <T : BaseViewModel , B : ViewBinding >(private val type : Class <out T >) : Fragment() {
1414 protected lateinit var viewModel: T
1515 protected lateinit var binding: B
1616
You can’t perform that action at this time.
0 commit comments