You've already forked Magisk
mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-09-06 06:36:58 +00:00
Updated splash screen with new arch
This commit is contained in:
@@ -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()) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user