Fix compile error

This commit is contained in:
Jobobby04 2020-06-04 01:57:27 -04:00
parent a4d5c6e4b5
commit 41dc63bfc9

View File

@ -37,7 +37,7 @@ open class GlobalSearchPresenter(
private val sourcesToUse: List<CatalogueSource>? = null, private val sourcesToUse: List<CatalogueSource>? = null,
val sourceManager: SourceManager = Injekt.get(), val sourceManager: SourceManager = Injekt.get(),
val db: DatabaseHelper = Injekt.get(), val db: DatabaseHelper = Injekt.get(),
private val preferences: PreferencesHelper = Injekt.get() val preferences: PreferencesHelper = Injekt.get()
) : BasePresenter<GlobalSearchController>() { ) : BasePresenter<GlobalSearchController>() {
/** /**