From 3fb33811d0bf445fc2fb617c93e926363e6c61ad Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Thu, 14 Oct 2021 17:15:20 +0100 Subject: [PATCH] add back for health app --- apps/health/app.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/apps/health/app.js b/apps/health/app.js index cb8651f4c..f2df52972 100644 --- a/apps/health/app.js +++ b/apps/health/app.js @@ -10,6 +10,7 @@ function menuMain() { function menuStepCount() { E.showMenu({ "":{title:"Step Counting"}, + "< Back":()=>menuMain(), "per hour":()=>stepsPerHour() }); } @@ -17,6 +18,7 @@ function menuStepCount() { function menuMovement() { E.showMenu({ "":{title:"Movement"}, + "< Back":()=>menuMain(), "per hour":()=>movementPerHour() }); }