Clean up
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
package de.mm20.launcher2.music
|
||||
|
||||
import org.koin.android.ext.koin.androidContext
|
||||
import org.koin.androidx.viewmodel.dsl.viewModel
|
||||
import org.koin.dsl.module
|
||||
|
||||
val musicModule = module {
|
||||
|
||||
@@ -51,7 +51,7 @@ interface MusicRepository {
|
||||
|
||||
internal class MusicRepositoryImpl(
|
||||
private val context: Context,
|
||||
private val notificationRepository: NotificationRepository
|
||||
notificationRepository: NotificationRepository
|
||||
) : MusicRepository, KoinComponent {
|
||||
|
||||
private val scope = CoroutineScope(Job() + Dispatchers.Default)
|
||||
|
||||
Reference in New Issue
Block a user