mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-11-05 13:26:48 +08:00
fix(ios): text-view color refreshes properly after setting the text to keep the styles (#8863)
closes https://github.com/NativeScript/NativeScript/issues/8764
This commit is contained in:
@@ -234,8 +234,8 @@ export class TextView extends TextViewBaseCommon {
|
||||
|
||||
public showText() {
|
||||
this._isShowingHint = false;
|
||||
this._refreshColor();
|
||||
this._setNativeText();
|
||||
this._refreshColor();
|
||||
this.requestLayout();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user