diff --git a/lib/services/livesync/playground/preview-app-livesync-service.ts b/lib/services/livesync/playground/preview-app-livesync-service.ts index 1b8de93f86..02dd1394df 100644 --- a/lib/services/livesync/playground/preview-app-livesync-service.ts +++ b/lib/services/livesync/playground/preview-app-livesync-service.ts @@ -72,6 +72,7 @@ export class PreviewAppLiveSyncService implements IPreviewAppLiveSyncService { public async stopLiveSync(): Promise { this.$previewSdkService.stop(); + this.$previewDevicesService.updateConnectedDevices([]); } private async initializePreviewForDevice(data: IPreviewAppLiveSyncData, device: Device): Promise {