spelling comment

pull/2591/head
thyttan 2023-02-22 17:30:37 +01:00
parent c681bd8fad
commit 9824460add
1 changed files with 1 additions and 1 deletions

View File

@ -185,7 +185,7 @@ function stopKarvonnenUI() {
} }
let karvonnenInterval; let karvonnenInterval;
// Define the function to go back and foth between the different UI's // Define the function to go back and forth between the different UI's
function swipeHandler(LR,_) { function swipeHandler(LR,_) {
if (LR==-1 && karvonnenActive && !isMenuDisplayed) {stopKarvonnenUI(); run();} if (LR==-1 && karvonnenActive && !isMenuDisplayed) {stopKarvonnenUI(); run();}
if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); karvonnenInterval = eval(require("Storage").read("run_karvonnen"))(settings.HRM, exs.stats.bpm);} if (LR==1 && !karvonnenActive && !isMenuDisplayed) {stopRunUI(); karvonnenInterval = eval(require("Storage").read("run_karvonnen"))(settings.HRM, exs.stats.bpm);}