Skip to content

Commit 7a0f72e

Browse files
committed
resolve conflicts
1 parent cc259b6 commit 7a0f72e

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/displayapp/DisplayApp.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -419,13 +419,10 @@ void DisplayApp::LoadApp(Apps app, DisplayApp::FullRefreshDirections direction)
419419
currentScreen = std::make_unique<Screens::SettingSetTime>(this, dateTimeController);
420420
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
421421
break;
422-
<<<<<<< HEAD
423422
case Apps::SettingChimes:
424423
currentScreen = std::make_unique<Screens::SettingChimes>(this, settingsController);
425424
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);
426425
break;
427-
=======
428-
>>>>>>> develop
429426
case Apps::BatteryInfo:
430427
currentScreen = std::make_unique<Screens::BatteryInfo>(this, batteryController);
431428
ReturnApp(Apps::Settings, FullRefreshDirections::Down, TouchEvents::SwipeDown);

0 commit comments

Comments
 (0)