[ActivityReminder] Remove done todo

pull/1891/head
Stiralbios 2022-05-27 10:10:16 +02:00
parent 904f0d1260
commit 5256acfe4c
1 changed files with 0 additions and 1 deletions

View File

@ -24,7 +24,6 @@ function run() {
}
function isNotWorn() {
// todo in a futur release check temperature and mouvement in a futur release
return (Bangle.isCharging() || activityreminder_settings.tempThreshold >= E.getTemperature());
}