File tree Expand file tree Collapse file tree
android/src/main/java/com/sbaiahmed1/reactnativeblur Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ class ReactNativeBlurView : BlurViewGroup {
3535 private var currentOverlayColor = Color .TRANSPARENT
3636 private var currentBlurRounds = DEFAULT_BLUR_ROUNDS
3737 private var borderRadius = 0f
38- private var borderTopLeftRadius = borderRadius
39- private var borderTopRightRadius = borderRadius
40- private var borderBottomLeftRadius = borderRadius
41- private var borderBottomRightRadius = borderRadius
38+ private var borderTopLeftRadius = - 1f
39+ private var borderTopRightRadius = - 1f
40+ private var borderBottomLeftRadius = - 1f
41+ private var borderBottomRightRadius = - 1f
4242 private var glassTintColor: Int = Color .TRANSPARENT
4343 private var glassOpacity: Float = 1.0f
4444 private var viewType: String = " blur"
You can’t perform that action at this time.
0 commit comments