pace: resume, instead of start anew

pull/3565/head
Rob Pilling 2024-09-22 22:13:36 +01:00
parent 5220bf6f86
commit 1c7649b62f
2 changed files with 2 additions and 2 deletions

View File

@ -108,7 +108,7 @@
draw_1();
};
var resumeRun_1 = function () {
exs_1.start();
exs_1.resume();
Bangle.setGPSPower(1, "pace");
g.clearRect(Bangle.appRect);
layout_1.forgetLazyState();

View File

@ -136,7 +136,7 @@ const pauseRun = () => {
};
const resumeRun = () => {
exs.start();
exs.resume();
Bangle.setGPSPower(1, "pace");
g.clearRect(Bangle.appRect); // splits -> layout, clear. layout -> splits, fine