mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 11:42:04 +08:00
isLoaded is set before calling applyStyleFromScope
This commit is contained in:
@ -549,11 +549,9 @@ export class View extends proxy.ProxyObject implements definition.View {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public onLoaded() {
|
public onLoaded() {
|
||||||
this._loadEachChildView();
|
|
||||||
|
|
||||||
this._applyStyleFromScope();
|
|
||||||
|
|
||||||
this._isLoaded = true;
|
this._isLoaded = true;
|
||||||
|
this._loadEachChildView();
|
||||||
|
this._applyStyleFromScope();
|
||||||
this._emit("loaded");
|
this._emit("loaded");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user