doitlite

Results 1 comments of doitlite

Before the new feature add to the library, you can try this: ``` val pwAlert = activity.alert(Appcompat) { titleResource = R.string.my_message messageResource = R.string.my_message okButton {} }.build() pwAlert.setCancelable(false) pwAlert.setCanceledOnTouchOutside(false) pwAlert.show()...