Skip to content

Commit b22943b

Browse files
committed
Update
1 parent 67eeb93 commit b22943b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/omarea/common/ui/BlurEngine.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public Bitmap getUpdatedBlurBitmap() {
6969
}
7070

7171
srcRect.set(x, y, x + w, y + h);
72-
cachedCanvas.drawColor(Color.TRANSPARENT, PorterDuff.Mode.CLEAR);
72+
cachedCanvas.drawColor(0, PorterDuff.Mode.CLEAR);
7373

7474
if (!blurBitmap.isRecycled()) {
7575
cachedCanvas.drawBitmap(blurBitmap, srcRect, new Rect(0, 0, w, h), null);

0 commit comments

Comments
 (0)