Updated on 2026-08-14

This commit is contained in:
Tangem 2025-09-30 16:48:26 +03:00
parent acf110dbcc
commit 6910f74fd9
242 changed files with 866 additions and 732 deletions

View file

@ -432,5 +432,5 @@ class DemoConfig {
)
@Suppress("ClassOrdering")
private val debugTestDemoCardIds = listOf<String>()
private val debugTestDemoCardIds = emptyList<String>()
}