user
04/12/2018, 9:02 PMisCancelable
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.