Skip to content

Commit

Permalink
Update apps/recorder/widget.js
Browse files Browse the repository at this point in the history
Co-authored-by: Rob Pilling <[email protected]>
  • Loading branch information
2 people authored and thyttan committed Nov 23, 2023
1 parent d30719d commit 50d17c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/recorder/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@
// Called by the GPS app to reload settings and decide what to do
let reload = function() {
var settings = loadSettings();
if (writeSetup && !writeSetup===true) clearInterval(writeSetup);
if (writeSetup && writeSetup!==true) clearInterval(writeSetup);
writeSetup = undefined;
Bangle.removeListener('GPS', writeOnGPS);

Expand Down

0 comments on commit 50d17c7

Please sign in to comment.