Kotlin / anko

Pleasant Android application development
Apache License 2.0
15.9k stars 1.28k forks source link

Selector no cancel listener #766

Open fan-no-bug opened 4 years ago

fan-no-bug commented 4 years ago

I can just set (title,items,onClick) three params,I need to know the callback when the selector is canceled,what should I do without implement alertBuildFactory?

darkwood-studios commented 4 years ago

Exactly the same question here. I want to make the selector to be not cancelable.