InfiniTime.git

commit d3363baf696968b0ed17478f620774c66bac55f9

Author: Jean-François Milants <jf@codingfield.com>

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

 src/displayapp/screens/CheckboxList.cpp | 1 -


diff --git a/src/displayapp/screens/CheckboxList.cpp b/src/displayapp/screens/CheckboxList.cpp
index b89add43335cb42a421a59d018949b820202761d..952d86da8a03241f3ee42231131438f3fa1aac87 100644
--- a/src/displayapp/screens/CheckboxList.cpp
+++ b/src/displayapp/screens/CheckboxList.cpp
@@ -98,7 +98,6 @@ }
 
 CheckboxList::~CheckboxList() {
   lv_obj_clean(lv_scr_act());
-  settingsController.SaveSettings();
 }
 
 void CheckboxList::UpdateSelected(lv_obj_t* object, lv_event_t event) {