Do not save settings in CheckboxList. This will be done by the caller.
This commit is contained in:
parent
26af507e16
commit
d3363baf69
|
@ -98,7 +98,6 @@ CheckboxList::CheckboxList(const uint8_t screenID,
|
||||||
|
|
||||||
CheckboxList::~CheckboxList() {
|
CheckboxList::~CheckboxList() {
|
||||||
lv_obj_clean(lv_scr_act());
|
lv_obj_clean(lv_scr_act());
|
||||||
settingsController.SaveSettings();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
void CheckboxList::UpdateSelected(lv_obj_t* object, lv_event_t event) {
|
void CheckboxList::UpdateSelected(lv_obj_t* object, lv_event_t event) {
|
||||||
|
|
Loading…
Reference in a new issue