Update app.js

pull/742/head
numerist 2021-05-14 10:27:48 -04:00 committed by GitHub
parent 426cdd7c6b
commit 459f2b2133
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -202,7 +202,6 @@ function modeTime()
} }
Bangle.loadWidgets(); Bangle.loadWidgets();
Bangle.drawWidgets();
// Time-logging function // Time-logging function
/*function logTime(label) /*function logTime(label)
@ -222,3 +221,5 @@ function modeWeather() {}
Bangle.on('twist', function() { Bangle.on('twist', function() {
modeTime(); modeTime();
}); });
Bangle.drawWidgets();