mirror of
https://github.com/revanced/revanced-manager.git
synced 2025-05-25 11:02:13 +02:00
fix: load patch bundles earlier
This commit is contained in:
parent
0fda344952
commit
73fdf92780
@ -18,7 +18,10 @@ val repositoryModule = module {
|
|||||||
singleOf(::PatchBundlePersistenceRepository)
|
singleOf(::PatchBundlePersistenceRepository)
|
||||||
singleOf(::PatchSelectionRepository)
|
singleOf(::PatchSelectionRepository)
|
||||||
singleOf(::PatchOptionsRepository)
|
singleOf(::PatchOptionsRepository)
|
||||||
singleOf(::PatchBundleRepository)
|
singleOf(::PatchBundleRepository) {
|
||||||
|
// It is best to load patch bundles ASAP
|
||||||
|
createdAtStart()
|
||||||
|
}
|
||||||
singleOf(::WorkerRepository)
|
singleOf(::WorkerRepository)
|
||||||
singleOf(::DownloadedAppRepository)
|
singleOf(::DownloadedAppRepository)
|
||||||
singleOf(::InstalledAppRepository)
|
singleOf(::InstalledAppRepository)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user