Span click() not work
ntngamedev opened this issue · 1 comments
ntngamedev commented
The click listener is not working.
span(getString(R.string.terms_and_conditions_span), click { Toast.makeText(context, "Teste", Toast.LENGTH_SHORT).show() }, foreground(ContextCompat.getColor(context, R.color.green)))
ntngamedev commented
Duplicate: #4