Integrate new notification UI with notifications coming from BLE
This commit is contained in:
12
src/displayapp/screens/NotificationIcon.h
Normal file
12
src/displayapp/screens/NotificationIcon.h
Normal file
@@ -0,0 +1,12 @@
|
||||
#pragma once
|
||||
|
||||
namespace Pinetime {
|
||||
namespace Applications {
|
||||
namespace Screens {
|
||||
class NotificationIcon {
|
||||
public:
|
||||
static const char* GetIcon(bool newNotificationAvailable);
|
||||
};
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user