Move isLocal extension functions to LocalSource

This commit is contained in:
arkon
2023-03-20 08:41:44 -04:00
parent 3cca460282
commit 7ec5a51eb8
6 changed files with 14 additions and 10 deletions

View File

@@ -28,6 +28,7 @@ class AndroidSourceManager(
private val extensionManager: ExtensionManager,
private val sourceRepository: SourceDataRepository,
) : SourceManager {
private val downloadManager: DownloadManager by injectLazy()
private val scope = CoroutineScope(Job() + Dispatchers.IO)