Update app.js

master
weeurey 2021-11-20 15:05:28 +00:00 committed by GitHub
parent 721a3f2608
commit ceed8a1238
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -28,8 +28,6 @@ let textCol = g.theme.dark ? "#0f0" : "#080";
function drawAll(){
updateTime();
updateRest(new Date());
if(Bangle.isLocked()==false) E.showMessage('Swipe', 'Music');
else E.showMessage('Locked', 'Music');
}
function updateRest(now){