AndroidAPS/app/src/main/java/info/nightscout/androidaps/events/EventCustomActionsChanged.java
Andy Rozman afcedc83d1 0.8.2
- done some fixes according to Crashalytics (most common problem from last month)
- extended custom actions, to have enabled flag, and if entry is enabled=false button is not added. Added EventCustomActionsChanged event that can refresh custom actions
-  - do not put multiple statuses into queue
-  - set driver busy if wake up and tune is running
-  - when bolus is delivering driver is set to busy, and custom action was added to remove this block
2019-03-30 18:36:50 +00:00

4 lines
101 B
Java

package info.nightscout.androidaps.events;
public class EventCustomActionsChanged extends Event {
}