<@U8SE6QRJP> commented on <@U822EMCSH>’s file <htt...
# anko
u
@johnsinguay commented on @albertgao’s file https://kotlinlang.slack.com/files/U822EMCSH/FA4T8N6QY/-.kt: AFAIK, setting
isCancelable
to true allows the user to cancel the dialog by tapping outside the dialog box, and doesn't have to do anything with how the buttons respond. Not sure if Anko supports this, but ideally you could get the button object through
dialog.getButton(AlertDialog.BUTTON_POSITIVE)
then disable it.