This commit is contained in:
Jobobby04
2020-08-24 17:25:10 -04:00
parent 166aebdf25
commit 80960d87f2
14 changed files with 43 additions and 96 deletions
@@ -21,7 +21,7 @@ class SmartSearchPresenter(private val source: CatalogueSource?, private val con
val smartSearchChannel = Channel<SearchResults>()
private val smartSearchEngine = SmartSearchEngine(scope.coroutineContext)
private val smartSearchEngine = SmartSearchEngine()
override fun onCreate(savedState: Bundle?) {
super.onCreate(savedState)