Updated on 2026-08-14
This commit is contained in:
parent
7af70694ca
commit
b0d9d81348
11 changed files with 93 additions and 20 deletions
|
|
@ -176,6 +176,14 @@ internal object SettingsDomainModule {
|
|||
return ShouldInitiallyAskPermissionUseCase(repository = permissionRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideNeverToInitiallyAskPermissionUseCase(
|
||||
permissionRepository: PermissionRepository,
|
||||
): NeverToInitiallyAskPermissionUseCase {
|
||||
return NeverToInitiallyAskPermissionUseCase(repository = permissionRepository)
|
||||
}
|
||||
|
||||
@Provides
|
||||
@Singleton
|
||||
fun provideIsFirstTimeAskingPermissionUseCase(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue