Updated on 2026-08-14
This commit is contained in:
parent
e4f1557d72
commit
32834b314f
40 changed files with 1453 additions and 30 deletions
|
|
@ -30,4 +30,8 @@ class Debouncer {
|
|||
fun release() {
|
||||
debounceJob?.cancel()
|
||||
}
|
||||
|
||||
companion object {
|
||||
const val DEFAULT_WAIT_TIME_MS = 500L
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue