Skip to content

Commit 58d3110

Browse files
committed
Update
1 parent aa31b80 commit 58d3110

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/omarea/common/ui/DialogHelper.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -409,7 +409,7 @@ class DialogHelper {
409409
val blurBitmap = if (disableBlurBg) {
410410
null
411411
} else {
412-
BlurEngine?.destroy()
412+
BlurEngine.destroy()
413413
FastBlurUtility.getBlurBackgroundDrawer(activity)
414414
}
415415
if (blurBitmap != null) {

0 commit comments

Comments
 (0)