Update app.js

master
Pascal Gollnick 2020-03-31 20:21:09 +02:00 committed by GitHub
parent 61c8d255e7
commit 7d78869647
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@ function drawAll(){
}
function updateRest(now,force){
Bangle.loadWidgets();
Bangle.drawWidgets();
if (now.getMinutes() != 0 && force) return;
let date = locale.date(now,false);
writeLine(WeekDays[now.getDay()],1);