mirror of https://github.com/espruino/BangleApps
fix double call of the draw function
parent
f01ae1c600
commit
e079e37dab
|
@ -138,8 +138,6 @@ function draw() {
|
|||
g.drawString(dowStr, 8, g.getHeight() / 2);
|
||||
// queue draw in one minute
|
||||
queueDraw();
|
||||
// queue draw in one minute
|
||||
queueDraw();
|
||||
}
|
||||
|
||||
// Clear the screen once, at startup
|
||||
|
|
Loading…
Reference in New Issue