13 lines
No EOL
262 B
Kotlin
13 lines
No EOL
262 B
Kotlin
package com.tangem.tap.common
|
|
|
|
/**
|
|
[REDACTED_AUTHOR]
|
|
*/
|
|
|
|
object TestActions {
|
|
|
|
// It used only for the test actions in debug or debug_beta builds
|
|
var isTestAmountInjectionForWalletManagerEnabled = false
|
|
}
|
|
|
|
typealias TestAction = Pair<String, () -> Unit> |