mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-26 03:01:51 +08:00
Additional fixes
This commit is contained in:
@ -10,8 +10,9 @@ export class TextBase extends common.TextBase {
|
||||
}
|
||||
}
|
||||
public _setFormattedTextPropertyToNative(value) {
|
||||
var newText = value ? value._formattedText : null;
|
||||
if (this.android) {
|
||||
this.android.setText(value._formattedText);
|
||||
this.android.setText(newText);
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user