Update app.js

removed unused function call
master
stweedo 2023-05-06 06:33:50 -05:00 committed by GitHub
parent 52c8df698b
commit c2766e8455
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -89,5 +89,4 @@ Graphics.prototype.setFontLondrinaSolid = function() {
Bangle.loadWidgets();
draw();
setTimeout(Bangle.drawWidgets, 0);
applySettings();
})();
})();