More debouncing
This commit is contained in:
parent
796fa08418
commit
7a77ae49f1
@ -42,7 +42,7 @@ class SignedOutActivity : VectorBaseActivity<ActivitySignedOutBinding>() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun setupViews() {
|
private fun setupViews() {
|
||||||
views.signedOutSubmit.setOnClickListener { submit() }
|
views.signedOutSubmit.debouncedClicks { submit() }
|
||||||
}
|
}
|
||||||
|
|
||||||
private fun submit() {
|
private fun submit() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user