mirror of https://github.com/espruino/BangleApps
Ensure time > 0.
parent
ad84ec029b
commit
75e88bd587
|
@ -87,6 +87,7 @@ Bangle.on('touch', function(btn, e){
|
|||
}
|
||||
Bangle.buzz(80, 0.6);
|
||||
}
|
||||
minutes = Math.max(0, minutes);
|
||||
|
||||
draw();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue