Updated on 2026-08-14
This commit is contained in:
parent
dd6d478c4f
commit
7f131732ff
14 changed files with 147 additions and 0 deletions
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.core.navigation.settings
|
||||
|
||||
class DummySettingsManager : SettingsManager {
|
||||
override fun openSettings() { /* no-op */ }
|
||||
}
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
package com.tangem.core.navigation.settings
|
||||
|
||||
interface SettingsManager {
|
||||
fun openSettings()
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue