anko
anko copied to clipboard
How to setCancelable on alert dialog
i want to setCancelable in alert dialog.
Does this work for you?
alert {
isCancelable = false
// your code ...
}