[ActivityReminder] Remove a forgotten part of the old code

master
Stiralbios 2022-05-11 23:51:46 +02:00
parent a5085c93c2
commit ffcf550bea
1 changed files with 1 additions and 3 deletions

View File

@ -25,9 +25,7 @@ function drawAlert() {
function run() {
if (activityreminder.mustAlert(activityreminder_data, activityreminder_settings)) {
if (stepsArray[0] - stepsArray[stepsArray.length - 1] < activityreminder_settings.minSteps) {
drawAlert();
}
drawAlert();
} else {
eval(storage.read("activityreminder.settings.js"))(() => load());
}