From d3363baf696968b0ed17478f620774c66bac55f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Milants?= Date: Wed, 28 Sep 2022 21:45:52 +0200 Subject: [PATCH] Do not save settings in CheckboxList. This will be done by the caller. --- src/displayapp/screens/CheckboxList.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/displayapp/screens/CheckboxList.cpp b/src/displayapp/screens/CheckboxList.cpp index b89add43..952d86da 100644 --- a/src/displayapp/screens/CheckboxList.cpp +++ b/src/displayapp/screens/CheckboxList.cpp @@ -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) {