Integrate new notification UI with notifications coming from BLE
This commit is contained in:
parent
55427d83b8
commit
ef5670c7e0
14 changed files with 261 additions and 363 deletions
8
src/displayapp/screens/NotificationIcon.cpp
Normal file
8
src/displayapp/screens/NotificationIcon.cpp
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include "NotificationIcon.h"
|
||||
#include "Symbols.h"
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
const char* NotificationIcon::GetIcon(bool newNotificationAvailable) {
|
||||
if(newNotificationAvailable) return Symbols::info;
|
||||
else return "";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue