Update app.js

master
Andy Smy 2025-04-21 11:44:44 +01:00 committed by GitHub
parent c7f323aae7
commit b7d9ee7ddc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 20 deletions

View File

@ -25,26 +25,7 @@ function addLog(timeSig, over, ball, matchEvent, metaData) {
function showLog() {
processing = true;
Bangle.setUI({
mode : "custom",
swipe : (directionLR, directionUD)=>{
Bangle.setUI();
if(counter==6) {
startOver();
} else {
menu = resumeGame();
}
}
,
btn : ()=>{
Bangle.setUI();
if(counter==6) {
startOver();
} else {
menu = resumeGame();
}
}
});
Bangle.setUI();
return E.showScroller({
h : 40, c : log.length,
draw : (idx, r) => {