Skip to content

Commit 53d57f8

Browse files
author
farfromrefug
committed
fix(android): refactoring to improve native-api-usage
1 parent 4fcb628 commit 53d57f8

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"devDependencies": {
5050
"@commitlint/cli": "^17.4.4",
5151
"@commitlint/config-conventional": "^17.4.4",
52-
"@nativescript-community/text": "^1.5.41",
52+
"@nativescript-community/text": "^1.5.45",
5353
"@nativescript/core": "8.4.7",
5454
"@nativescript/types-android": "8.4.0",
5555
"@nativescript/types-ios": "8.4.0",

Diff for: plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"license": "Apache-2.0",
3333
"readmeFilename": "README.md",
3434
"dependencies": {
35-
"@nativescript-community/text": "^1.5.44"
35+
"@nativescript-community/text": "^1.5.45"
3636
},
3737
"gitHead": "a08eb50756c9a5d16fc8aa6ff7fba0051c71d1e0"
3838
}

Diff for: src/label.android.ts

+1
Original file line numberDiff line numberDiff line change
@@ -487,3 +487,4 @@ function onFormattedTextPropertyChanged(textBase: Label, oldValue: FormattedStri
487487
newValue.on(Observable.propertyChangeEvent, textBase._onFormattedTextContentsChanged, textBase);
488488
}
489489
}
490+
LabelBase.prototype['_hasDefaultAccessibilityContentDescription'] = true;

0 commit comments

Comments
 (0)