Do not save settings in CheckboxList. This will be done by the caller.

This commit is contained in:
Jean-François Milants 2022-09-28 21:45:52 +02:00
parent 26af507e16
commit d3363baf69

View file

@ -98,7 +98,6 @@ CheckboxList::CheckboxList(const uint8_t screenID,
CheckboxList::~CheckboxList() {
lv_obj_clean(lv_scr_act());
settingsController.SaveSettings();
}
void CheckboxList::UpdateSelected(lv_obj_t* object, lv_event_t event) {