neworld / spanner

Simple and fluent spannable builder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Span click() not work

ntngamedev opened this issue · comments

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

commented

Duplicate: #4