Skip to content

Commit 313f476

Browse files
fix(ios): text-view color refreshes properly after setting the text to keep the styles (NativeScript#8863)
closes NativeScript#8764
1 parent 5f8d3d0 commit 313f476

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/ui/text-view/index.ios.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,8 +234,8 @@ export class TextView extends TextViewBaseCommon {
234234

235235
public showText() {
236236
this._isShowingHint = false;
237-
this._refreshColor();
238237
this._setNativeText();
238+
this._refreshColor();
239239
this.requestLayout();
240240
}
241241

0 commit comments

Comments
 (0)