Check for app and extension update on every cold start (#3658)

This commit is contained in:
AntsyLich
2026-07-30 01:17:10 +06:00
committed by GitHub
parent fbf5ae82f7
commit d15a05602a
5 changed files with 5 additions and 97 deletions
@@ -143,7 +143,7 @@ class DomainModule : InjektModule {
}
addSingletonFactory<ReleaseService> { ReleaseServiceImpl(get(), get()) }
addFactory { GetApplicationRelease(get(), get()) }
addFactory { GetApplicationRelease(get()) }
addSingletonFactory<TrackRepository> { TrackRepositoryImpl(get()) }
addFactory { TrackChapter(get(), get(), get(), get()) }