Update app.js
parent
721a3f2608
commit
ceed8a1238
|
|
@ -28,8 +28,6 @@ let textCol = g.theme.dark ? "#0f0" : "#080";
|
||||||
function drawAll(){
|
function drawAll(){
|
||||||
updateTime();
|
updateTime();
|
||||||
updateRest(new Date());
|
updateRest(new Date());
|
||||||
if(Bangle.isLocked()==false) E.showMessage('Swipe', 'Music');
|
|
||||||
else E.showMessage('Locked', 'Music');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateRest(now){
|
function updateRest(now){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue