Updated on 2026-08-14

This commit is contained in:
Tangem 2024-08-13 17:05:35 +03:00
parent 42f276c56f
commit ca7088e2f5
14 changed files with 87 additions and 58 deletions

View file

@ -208,7 +208,7 @@ internal class SwapViewModel @Inject constructor(
)
}
}.onFailure {
Timber.tag(loggingTag).e(it)
Timber.e(it)
applyInitialTokenChoice(
state = TokensDataStateExpress.EMPTY,
@ -1212,7 +1212,6 @@ internal class SwapViewModel @Inject constructor(
}
private companion object {
const val loggingTag = "SwapViewModel"
const val INITIAL_AMOUNT = ""
const val UPDATE_DELAY = 10000L
const val DEBOUNCE_AMOUNT_DELAY = 1000L