mirror of https://github.com/espruino/BangleApps
Fix drawing
parent
f9d2d59e60
commit
2fe7872fd8
|
@ -108,6 +108,7 @@ const defaultCircleTypes = ["steps", "hr", "battery", "weather"];
|
|||
|
||||
|
||||
function draw() {
|
||||
g.reset(true);
|
||||
if (!showWidgets) {
|
||||
/*
|
||||
* we are not drawing the widgets as we are taking over the whole screen
|
||||
|
|
Loading…
Reference in New Issue