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 e073946 commit c1fc94fCopy full SHA for c1fc94f
src/cardview/cardview.ios.ts
@@ -66,7 +66,7 @@ export class CardView extends CardViewBase {
66
}
67
applyShapeScheme() {
68
if (this.scheme) {
69
- this.scheme.shapeScheme = this.shapeScheme;
+ this.scheme.shapeScheme = this.getShapeScheme();
70
this.nativeViewProtected.applyThemeWithScheme(this.scheme);
71
72
@@ -201,6 +201,6 @@ export class CardView extends CardViewBase {
201
202
203
[shapeProperty.setNative](shape) {
204
- this.getShapeScheme();
+ this.applyShapeScheme();
205
206
0 commit comments