mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-21 13:48:46 +03:00
More debouncing
This commit is contained in:
parent
796fa08418
commit
7a77ae49f1
1 changed files with 1 additions and 1 deletions
|
@ -42,7 +42,7 @@ class SignedOutActivity : VectorBaseActivity<ActivitySignedOutBinding>() {
|
|||
}
|
||||
|
||||
private fun setupViews() {
|
||||
views.signedOutSubmit.setOnClickListener { submit() }
|
||||
views.signedOutSubmit.debouncedClicks { submit() }
|
||||
}
|
||||
|
||||
private fun submit() {
|
||||
|
|
Loading…
Add table
Reference in a new issue