Updated on 2026-08-14
This commit is contained in:
parent
b9b612c1b8
commit
81203441bd
3 changed files with 6 additions and 8 deletions
|
|
@ -14,7 +14,9 @@ import com.tangem.datasource.config.models.ConfigModel
|
|||
import com.tangem.datasource.config.models.ConfigValueModel
|
||||
import com.tangem.datasource.config.models.FeatureModel
|
||||
import javax.inject.Inject
|
||||
import javax.inject.Singleton
|
||||
|
||||
@Singleton
|
||||
internal class ConfigManagerImpl @Inject constructor() : ConfigManager {
|
||||
|
||||
override var config: Config = Config()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue