Skip to content

Commit 09bb63a

Browse files
committed
fix(ripple): android fix for ripple and borderRadius
1 parent d0c7bf9 commit 09bb63a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ripple/ripple.android.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ export class Ripple extends RippleBase {
245245
if (value instanceof android.graphics.drawable.Drawable) {
246246
} else {
247247
this.rippleDrawable = null;
248-
this.setRippleDrawable(this.nativeViewProtected, value.borderTopLeftRadius);
248+
this.setRippleDrawable(this.nativeViewProtected, value.borderTopLeftRadius, value.borderTopRightRadius, value.borderBottomRightRadius, value.borderBottomLeftRadius);
249249
}
250250
}
251251
}

0 commit comments

Comments
 (0)