Skip to content

Commit 5ae1040

Browse files
committed
Update
1 parent a919b7a commit 5ae1040

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public class FastBlurUtility {
1313

1414
// Tỉ lệ thu nhỏ ảnh để xử lý nhanh (1/10 giúp giảm 100 lần số pixel cần tính toán)
1515
private static final float SCALE_FACTOR = 0.15f;
16-
private static final int BLUR_RADIUS = 6;
16+
private static final int BLUR_RADIUS = 8;
1717

1818
/**
1919
* Chụp màn hình và làm mờ (Dùng làm phương án dự phòng khi không lấy được Wallpaper)

0 commit comments

Comments
 (0)