Skip to content

Commit 80a863e

Browse files
committed
chore:lint
1 parent 5bfb9fd commit 80a863e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/core/index.android.ts

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -269,12 +269,12 @@ export function overrideViewBase() {
269269
}
270270
}
271271

272-
[rippleColorAlphaProperty.setNative](value: number) {
273-
const rippleColor = this.rippleColor;
274-
if (rippleColor) {
275-
this[rippleColorProperty.setNative](rippleColor);
272+
[rippleColorAlphaProperty.setNative](value: number) {
273+
const rippleColor = this.rippleColor;
274+
if (rippleColor) {
275+
this[rippleColorProperty.setNative](rippleColor);
276+
}
276277
}
277-
}
278278

279279
[backgroundInternalProperty.setNative](value: android.graphics.drawable.Drawable | Background) {
280280
if (this.nativeViewProtected) {

0 commit comments

Comments
 (0)