I want to only allow dimiss by positive/negative button, dismiss by swiping down is way to error prone in my experience - is there a way to enforce this?
UPDATE (found it)
isCancelable = falsehelps to prevents closing when touching outsidedraggable(false)prevents sliding down
I want to only allow dimiss by positive/negative button, dismiss by swiping down is way to error prone in my experience - is there a way to enforce this?
UPDATE (found it)
isCancelable = false
helps to prevents closing when touching outsidedraggable(false)
prevents sliding downThanks for this amazing library!