mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-02-03 04:27:35 +01:00
More debouncing
This commit is contained in:
parent
796fa08418
commit
7a77ae49f1
@ -42,7 +42,7 @@ class SignedOutActivity : VectorBaseActivity<ActivitySignedOutBinding>() {
|
||||
}
|
||||
|
||||
private fun setupViews() {
|
||||
views.signedOutSubmit.setOnClickListener { submit() }
|
||||
views.signedOutSubmit.debouncedClicks { submit() }
|
||||
}
|
||||
|
||||
private fun submit() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user