In the loading dialog when you Press back button it lets to close it

master
dtvv 2018-09-05 13:52:27 -05:00
parent 8a6e8ce240
commit 018cced971
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ open abstract class DialogMaterial{
* Init the builder
* */
builder = MaterialDialog.Builder(activity)
builder.cancelable(false)
}
/*