Add drawWidgets to end of swipeOn

Trying to fix https://github.com/espruino/BangleApps/issues/2474.
master
sir-indy 2023-01-17 08:54:47 +00:00 committed by GitHub
parent d4572eea86
commit 915b562026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -145,4 +145,5 @@ exports.swipeOn = function(autohide) {
};
Bangle.on("swipe", exports.swipeHandler);
Bangle.drawWidgets();
};