Updated on 2026-08-14

This commit is contained in:
Tangem 2023-04-11 19:37:31 +03:00
parent bba40d0d7a
commit 49f14d1115
3 changed files with 11 additions and 35 deletions

View file

@ -23,9 +23,7 @@ suspend inline fun ifActive(crossinline block: suspend () -> Unit) = coroutineSc
}
}
class Debouncer(
val name: String = "Default",
) {
class Debouncer {
private var debounceJob: Job? = null