mirror of
https://github.com/AllanWang/Frost-for-Facebook.git
synced 2024-11-10 04:52:38 +01:00
Remove koincomponent from fragment
This commit is contained in:
parent
44de8239ec
commit
62fb124f5d
@ -37,9 +37,8 @@ import com.pitchedapps.frost.R
|
||||
import com.pitchedapps.frost.activities.IntroActivity
|
||||
import com.pitchedapps.frost.databinding.IntroAnalyticsBinding
|
||||
import com.pitchedapps.frost.utils.Prefs
|
||||
import org.koin.android.ext.android.inject
|
||||
import kotlin.math.abs
|
||||
import org.koin.core.KoinComponent
|
||||
import org.koin.core.inject
|
||||
|
||||
/**
|
||||
* Created by Allan Wang on 2017-07-28.
|
||||
@ -50,7 +49,7 @@ import org.koin.core.inject
|
||||
/**
|
||||
* The core intro fragment for all other fragments
|
||||
*/
|
||||
abstract class BaseIntroFragment(val layoutRes: Int) : Fragment(), KoinComponent {
|
||||
abstract class BaseIntroFragment(val layoutRes: Int) : Fragment() {
|
||||
|
||||
protected val prefs: Prefs by inject()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user