anko icon indicating copy to clipboard operation
anko copied to clipboard

How to setCancelable on alert dialog

Open tej5530 opened this issue 6 years ago • 2 comments

tej5530 avatar Nov 26 '18 10:11 tej5530

i want to setCancelable in alert dialog.

tej5530 avatar Nov 26 '18 10:11 tej5530

Does this work for you?

alert {
    isCancelable = false
    // your code ...
}

iceboundrock avatar Dec 18 '18 15:12 iceboundrock