mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 18:12:09 +08:00
chore: cleanup
This commit is contained in:
@ -248,7 +248,7 @@ export class iOSApplication implements iOSApplicationDefinition {
|
||||
});
|
||||
|
||||
if (this._window) {
|
||||
if (args.root !== null && !NativeScriptEmbedder.sharedInstance().delegate)
|
||||
if (args.root !== null && !NativeScriptEmbedder.sharedInstance().delegate) {
|
||||
this.setWindowContent(args.root);
|
||||
}
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user