mirror of https://github.com/espruino/BangleApps
Bug fix
parent
d13d64c0dd
commit
cefaa93bc1
|
@ -217,7 +217,7 @@ const drawClockFace = () => {
|
|||
const drawAll = () => {
|
||||
currentDate = new Date();
|
||||
g.clear();
|
||||
Bangle.drawWidgets();
|
||||
if (widgets) {Bangle.drawWidgets();}
|
||||
drawClockFace();
|
||||
drawHands();
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue