mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 19:26:42 +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() {
|
||||
this._loadEachChildView();
|
||||
|
||||
this._applyStyleFromScope();
|
||||
|
||||
this._isLoaded = true;
|
||||
this._loadEachChildView();
|
||||
this._applyStyleFromScope();
|
||||
this._emit("loaded");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user