Skip to content

Commit 398ad56

Browse files
author
Fatme
authored
Merge pull request #3989 from NativeScript/fatme/nlp
fix: don't show loading page on device
2 parents 5f6243b + 267dd94 commit 398ad56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/services/livesync/playground/preview-sdk-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ export class PreviewSdkService extends EventEmitter implements IPreviewSdkServic
4949
pubnubSubscribeKey: PubnubKeys.SUBSCRIBE_KEY,
5050
msvKey: "cli",
5151
msvEnv: this.$config.PREVIEW_APP_ENVIRONMENT,
52-
showLoadingPage: true,
52+
showLoadingPage: false,
5353
callbacks: this.getCallbacks(),
5454
getInitialFiles
5555
};

0 commit comments

Comments
 (0)