From 12fad7411de43a6bc52fd7129a3edbd508fab6cc Mon Sep 17 00:00:00 2001 From: Reinhold Gschweicher Date: Mon, 27 Jun 2022 22:32:03 +0200 Subject: Notifications: no inTransition screen, simple blackbox is enough --- src/displayapp/screens/Notifications.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/displayapp/screens/Notifications.h') diff --git a/src/displayapp/screens/Notifications.h b/src/displayapp/screens/Notifications.h index d3088f80..9d843a9b 100644 --- a/src/displayapp/screens/Notifications.h +++ b/src/displayapp/screens/Notifications.h @@ -34,16 +34,14 @@ namespace Pinetime { class NotificationItem { public: NotificationItem(Pinetime::Controllers::AlertNotificationService& alertNotificationService, - Pinetime::Controllers::MotorController& motorController, - bool isTransition = false); + Pinetime::Controllers::MotorController& motorController); NotificationItem(const char* title, const char* msg, uint8_t notifNr, Controllers::NotificationManager::Categories, uint8_t notifNb, Pinetime::Controllers::AlertNotificationService& alertNotificationService, - Pinetime::Controllers::MotorController& motorController, - bool isTransition = false); + Pinetime::Controllers::MotorController& motorController); ~NotificationItem(); bool IsRunning() const { return running; -- cgit v1.2.3-70-g09d2