diff --git a/apps/activityreminder/boot.js b/apps/activityreminder/boot.js index 0f89bf543..09aa9d757 100644 --- a/apps/activityreminder/boot.js +++ b/apps/activityreminder/boot.js @@ -1,4 +1,5 @@ function run(){ + if (Bangle.isCharging()) return; var now = new Date(); var h = now.getHours(); if(h >= activityreminder.startHour && h < activityreminder.endHour){