Skip to content

Commit 99651ca

Browse files
committed
Fake PR to run ui tests
1 parent 8e8ead8 commit 99651ca

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tns-core-modules/ui/text-base/text-base.android.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class TextBase extends TextBaseCommon {
1111
_transformationMethod: any;
1212
_nativeView: android.widget.TextView;
1313

14-
//Text
14+
//Text
1515
get [textProperty.native](): string {
1616
return this._nativeView.getText();
1717
}
@@ -32,6 +32,7 @@ export class TextBase extends TextBaseCommon {
3232

3333
if (spannableStringBuilder && this._nativeView instanceof android.widget.Button &&
3434
!(this._nativeView.getTransformationMethod() instanceof TextTransformation)){
35+
3536
// Replace Android Button's default transformation (in case the developer has not already specified a text-transform) method
3637
// with our transformation method which can handle formatted text.
3738
// Otherwise, the default tranformation method of the Android Button will overwrite and ignore our spannableStringBuilder.

0 commit comments

Comments
 (0)