TP-80321 | Bug fix | click handling (#12254)
This commit is contained in:
committed by
GitHub
parent
1fcab92525
commit
b373d14d0d
@@ -453,7 +453,7 @@ fun TextView.setTextFieldData(
|
||||
data.cta?.let {
|
||||
if (ctaCallback != null) {
|
||||
addOnMultipleClicksHandler { ctaCallback?.invoke(data.cta) }
|
||||
} else setOnClickListener(null)
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user