Merge pull request #664 from Riksu9000/disable_notif_only

Toggle notifications only, keep vibrations.
This commit is contained in:
JF002
2021-09-23 20:13:42 +02:00
committed by GitHub
9 changed files with 19 additions and 43 deletions

View File

@@ -113,7 +113,7 @@ Pinetime::Controllers::TouchHandler touchHandler(touchPanel, lvgl);
Pinetime::Controllers::FS fs {spiNorFlash};
Pinetime::Controllers::Settings settingsController {fs};
Pinetime::Controllers::MotorController motorController {settingsController};
Pinetime::Controllers::MotorController motorController {};
Pinetime::Applications::DisplayApp displayApp(lcd,
lvgl,