We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2514a17 + 2a64274 commit 5d1bdc5Copy full SHA for 5d1bdc5
lib/services/livesync/livesync-service.ts
@@ -54,6 +54,7 @@ class LiveSyncService implements ILiveSyncService {
54
liveSyncData.push(this.prepareLiveSyncData(platform));
55
} else {
56
this.$devicesService.initialize({ skipInferPlatform: true }).wait();
57
+ this.$devicesService.stopDeviceDetectionInterval().wait();
58
for(let installedPlatform of this.$platformService.getInstalledPlatforms().wait()) {
59
if (this.$devicesService.getDevicesForPlatform(installedPlatform).length === 0) {
60
this.$devicesService.startEmulator(installedPlatform).wait();
0 commit comments