Skip to content

Commit

Permalink
Don't publish message on companion launch
Browse files Browse the repository at this point in the history
  • Loading branch information
BlythMeister authored Sep 13, 2024
1 parent 9e254e0 commit 3a86b88
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/366x366/companion/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ console.log(`Companion launch reason: ${JSON.stringify(companion.launchReasons)}
if (companion.launchReasons.locationChanged) {
locationChange(true);
}
msgq.send("companion-launch", companion.launchReasons, false);

// Settings have been changed
settingsStorage.addEventListener("change", (evt) => {
Expand Down

0 comments on commit 3a86b88

Please sign in to comment.