Bug fix
parent
d13d64c0dd
commit
cefaa93bc1
|
|
@ -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();
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue