Updated on 2026-08-14
This commit is contained in:
parent
7d160ba11e
commit
8cf3d20187
7 changed files with 18 additions and 45 deletions
|
|
@ -1,8 +0,0 @@
|
|||
package com.tangem.domain.settings
|
||||
|
||||
import com.tangem.domain.settings.repositories.SettingsRepository
|
||||
|
||||
class ShouldSaveAccessCodesUseCase(private val settingsRepository: SettingsRepository) {
|
||||
|
||||
suspend operator fun invoke(): Boolean = settingsRepository.shouldSaveAccessCodes()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue