tvbarthel / BlurDialogFragment

Library project to display DialogFragment with a blur effect.
Apache License 2.0
2.09k stars 334 forks source link

When i backpress from dialog fragment the blur effect still exists at background... #99

Open abodhade opened 5 years ago

bipin-sakariya commented 2 years ago

You can use set on cancel listner method to dismiss blur layout: -

builder.setCancelable(true).setOnCancelListener { mBlurEngine!!.onDismiss() }