We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e381ac5 commit 367937bCopy full SHA for 367937b
1 file changed
custom/integration/cctv_controller.cpp
@@ -133,16 +133,14 @@ namespace custom::integration
133
controller->HandleAction(*action);
134
}
135
136
- +else if (code == UI_PAGE_CCTV_EVENT_OPEN_CLIP) +
+ else if (code == UI_PAGE_CCTV_EVENT_OPEN_CLIP)
137
{
138
- +const auto* clip =
+ const auto* clip =
139
static_cast<const ui_page_cctv_clip_event_t*>(lv_event_get_param(event));
140
- +if (clip != nullptr) +
+ if (clip != nullptr)
141
142
- +controller->HandleClipRequest(*clip);
143
- +
+ controller->HandleClipRequest(*clip);
144
145
146
147
148
0 commit comments