Updated on 2026-08-14
This commit is contained in:
parent
7f131732ff
commit
7619e9706b
13 changed files with 289 additions and 11 deletions
|
|
@ -40,5 +40,5 @@ internal object UtilsModule {
|
|||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideSettingsManager(): SettingsManager = IntentSettingsManager()
|
||||
fun provideSettingsManager(@ApplicationContext context: Context): SettingsManager = IntentSettingsManager(context)
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue