File tree 2 files changed +2
-5
lines changed
src/displayapp/screens/settings
2 files changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -12,8 +12,7 @@ bool SettingTimeFormat::OnTouchEvent(Pinetime::Applications::TouchEvents event)
12
12
return screens.OnTouchEvent (event);
13
13
}
14
14
15
- SettingTimeFormat::SettingTimeFormat (Pinetime::Applications::DisplayApp* app,
16
- Pinetime::Controllers::Settings& settingsController)
15
+ SettingTimeFormat::SettingTimeFormat (Pinetime::Applications::DisplayApp* app, Pinetime::Controllers::Settings& settingsController)
17
16
: settingsController {settingsController},
18
17
screens {app,
19
18
0 ,
@@ -41,4 +40,3 @@ std::unique_ptr<Screen> SettingTimeFormat::screenClockFormat() {
41
40
SettingTimeFormat::~SettingTimeFormat () {
42
41
lv_obj_clean (lv_scr_act ());
43
42
}
44
-
Original file line number Diff line number Diff line change @@ -10,8 +10,7 @@ namespace Pinetime {
10
10
namespace Screens {
11
11
class SettingTimeFormat : public Screen {
12
12
public:
13
- SettingTimeFormat (DisplayApp* app,
14
- Pinetime::Controllers::Settings& settingsController);
13
+ SettingTimeFormat (DisplayApp* app, Pinetime::Controllers::Settings& settingsController);
15
14
~SettingTimeFormat () override ;
16
15
17
16
bool OnTouchEvent (TouchEvents event) override ;
You can’t perform that action at this time.
0 commit comments