chore: cleanup

This commit is contained in:
Nathan Walker
2023-02-14 16:17:22 -08:00
parent ba2d90e5e9
commit 25d780f41c

View File

@ -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 {