We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a30b2 commit 07ec72bCopy full SHA for 07ec72b
src/label.android.ts
@@ -371,10 +371,14 @@ export class Label extends LabelBase {
371
}
372
373
[maxFontSizeProperty.setNative](value) {
374
- this.enableAutoSize();
+ if (this.autoFontSize) {
375
+ this.enableAutoSize();
376
+ }
377
378
[minFontSizeProperty.setNative](value) {
379
380
381
382
383
384
protected enableAutoSize() {
0 commit comments