Integrate new notification UI with notifications coming from BLE
This commit is contained in:
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 "";
|
||||
}
|
||||
Reference in New Issue
Block a user