Update app.js

pull/861/head
nujw 2021-10-22 09:48:36 +13:00 committed by GitHub
parent cc4f93d246
commit 0e52707ac5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -588,9 +588,9 @@ function updateClock() {
function startDraw(){
canDraw=true;
setLpMode('SuperE'); // off
g.clear();
Bangle.drawWidgets();
setLpMode('SuperE'); // off
onGPS(lf); // draw app screen
}