forked from FOSS/BangleApps
fix: add semicolumn
parent
e1c070ccfb
commit
3c5de5ff70
|
@ -196,7 +196,7 @@ function prevInfo() {
|
|||
}
|
||||
|
||||
Bangle.on('swipe', dir => {
|
||||
if (dir == 1) prevInfo() else nextInfo();
|
||||
if (dir == 1) prevInfo(); else nextInfo();
|
||||
draw();
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue