Removed comments.

pull/1141/head
David Peer 2021-12-19 20:09:49 +01:00
parent e1b8d8c669
commit 6203407e13
1 changed files with 0 additions and 19 deletions

View File

@ -469,25 +469,6 @@ Bangle.on("drag", e => {
});
/*Bangle.on('swipe',function(dir) {
// Decrease alarm
if(dir == +1){
if(isAlarmEnabled() && (settings.alarm-5 > getCurrentTimeInMinutes())){
settings.alarm -= 5;
} else {
settings.alarm = -1;
}
}
// Update UI
draw();
// Update alarm state
Storage.writeJSON(SETTINGS_FILE, settings);
});*/
/*
* Lets start widgets, listen for btn etc.
*/