Updated on 2026-08-14

This commit is contained in:
Tangem 2023-03-21 17:34:45 +03:00
parent b6ea8b264b
commit 65a95fcf97
2 changed files with 4 additions and 4 deletions

View file

@ -438,7 +438,7 @@ internal class SwapViewModel @Inject constructor(
companion object {
private const val INITIAL_AMOUNT = ""
private const val UPDATE_DELAY = 1000000L
private const val UPDATE_DELAY = 10000L
private const val DEBOUNCE_AMOUNT_DELAY = 1000L
}
}