Updated splash screen with new arch

This commit is contained in:
Viktor De Pasquale
2019-04-22 16:00:48 +02:00
parent 7cc8c014eb
commit 11d716a3c8
7 changed files with 107 additions and 113 deletions
@@ -1,10 +1,11 @@
package com.topjohnwu.magisk.di
import com.topjohnwu.magisk.App
import com.topjohnwu.magisk.data.database.RepoDatabaseHelper
import org.koin.dsl.module
val databaseModule = module {
single { get<App>().DB }
single { get<App>().repoDB }
single { RepoDatabaseHelper(get()) }
}