We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a31726f + 1cffb2f commit 03d0c93Copy full SHA for 03d0c93
2 files changed
app/apps/app_launcher/view/view.cpp
@@ -7,7 +7,6 @@
7
8
#include <lvgl.h>
9
#include <mooncake_log.h>
10
-
11
#include <smooth_lvgl.h>
12
#include <string>
13
@@ -22,7 +21,6 @@ using namespace launcher_view;
22
21
using custom::integration::CctvController;
23
using custom::integration::MediaController;
24
using custom::integration::SettingsController;
25
-using smooth_ui_toolkit::LvglLockGuard;
26
27
static const std::string _tag = "launcher-view";
28
app/apps/app_launcher/view/view.h
@@ -6,8 +6,9 @@
6
#pragma once
#include <memory>
-#include <memory>
+#include "integration/cctv_controller.h"
+#include "integration/media_controller.h"
+#include "integration/settings_controller.h"
struct ui_root_t;
14
namespace launcher_view
0 commit comments