From 955531abb68fd3300b5001593ec8911ce60fd2aa Mon Sep 17 00:00:00 2001 From: BartS23 <10829389+BartS23@users.noreply.github.com> Date: Wed, 18 Jan 2023 15:14:18 +0100 Subject: [PATCH] Fix #2405 --- loader.js | 1 + 1 file changed, 1 insertion(+) diff --git a/loader.js b/loader.js index a6e51192e..2aaad0350 100644 --- a/loader.js +++ b/loader.js @@ -72,6 +72,7 @@ var submittedUsageInfo = ""; function sendUsageStats() { if (!SETTINGS.sendUsageStats) return; // not allowed! if (device.uid === undefined) return; // no data yet! + if (!device.appsInstalled.length) return; // no installed apps or disconnected /* Work out what we'll send: * A suitably garbled UID so we can avoid too many duplicates * firmware version