We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58d3110 commit f2fabffCopy full SHA for f2fabff
1 file changed
app/src/main/java/com/omarea/common/ui/DialogHelper.kt
@@ -409,7 +409,6 @@ class DialogHelper {
409
val blurBitmap = if (disableBlurBg) {
410
null
411
} else {
412
- BlurEngine.destroy()
413
FastBlurUtility.getBlurBackgroundDrawer(activity)
414
}
415
if (blurBitmap != null) {
0 commit comments