mirror of https://github.com/espruino/BangleApps
[ActivityReminder] Remove done todo
parent
904f0d1260
commit
5256acfe4c
|
@ -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());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue