We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bfb9fd commit 80a863eCopy full SHA for 80a863e
src/core/index.android.ts
@@ -269,12 +269,12 @@ export function overrideViewBase() {
269
}
270
271
272
- [rippleColorAlphaProperty.setNative](value: number) {
273
- const rippleColor = this.rippleColor;
274
- if (rippleColor) {
275
- this[rippleColorProperty.setNative](rippleColor);
+ [rippleColorAlphaProperty.setNative](value: number) {
+ const rippleColor = this.rippleColor;
+ if (rippleColor) {
+ this[rippleColorProperty.setNative](rippleColor);
276
+ }
277
- }
278
279
[backgroundInternalProperty.setNative](value: android.graphics.drawable.Drawable | Background) {
280
if (this.nativeViewProtected) {
0 commit comments