aboutsummaryrefslogtreecommitdiffstats
path: root/src/displayapp/screens/CheckboxList.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/displayapp/screens/CheckboxList.cpp')
-rw-r--r--src/displayapp/screens/CheckboxList.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/displayapp/screens/CheckboxList.cpp b/src/displayapp/screens/CheckboxList.cpp
index 928b2e61..7388f9e3 100644
--- a/src/displayapp/screens/CheckboxList.cpp
+++ b/src/displayapp/screens/CheckboxList.cpp
@@ -19,8 +19,7 @@ CheckboxList::CheckboxList(const uint8_t screenID,
uint32_t originalValue,
std::function<void(uint32_t)> OnValueChanged,
std::array<Item, MaxItems> options)
- : Screen(app),
- screenID {screenID},
+ : screenID {screenID},
OnValueChanged {std::move(OnValueChanged)},
options {options},
value {originalValue},