Skip to content

Commit

Permalink
Добавил утилиты для дебаунса и проверки интернета(Исправлены все заме…
Browse files Browse the repository at this point in the history
…чания2)
  • Loading branch information
G-dev-ui committed Aug 3, 2024
1 parent 0487daf commit d56d68d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class DebounceExtension(
private val delayMillis: Long,
private val action: () -> Unit
) {
companion object{
companion object {
const val HALF_SECOND = 500L
}
private var debounceJob: Job? = null
Expand Down

0 comments on commit d56d68d

Please sign in to comment.