master
Richard Hopkins 2020-05-11 11:53:03 +01:00
parent d13d64c0dd
commit cefaa93bc1
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ const drawClockFace = () => {
const drawAll = () => { const drawAll = () => {
currentDate = new Date(); currentDate = new Date();
g.clear(); g.clear();
Bangle.drawWidgets(); if (widgets) {Bangle.drawWidgets();}
drawClockFace(); drawClockFace();
drawHands(); drawHands();
}; };