neworld/spanner

Span click() not work

ntngamedev opened this issue · 1 comments

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)))

Duplicate: #4