Updated on 2026-08-14

This commit is contained in:
Tangem 2023-12-22 16:56:44 +03:00
parent e4f1557d72
commit 32834b314f
40 changed files with 1453 additions and 30 deletions

View file

@ -30,4 +30,8 @@ class Debouncer {
fun release() {
debounceJob?.cancel()
}
companion object {
const val DEFAULT_WAIT_TIME_MS = 500L
}
}