Notifications : Fix copy when the messages is spread across multiple os_mbuf.
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Pinetime {
|
||||
};
|
||||
Notification::Id nextId {0};
|
||||
|
||||
void Push(Categories category, const char* message, uint8_t messageSize);
|
||||
void Push(Notification&& notif);
|
||||
Notification GetLastNotification();
|
||||
Notification GetNext(Notification::Id id);
|
||||
Notification GetPrevious(Notification::Id id);
|
||||
|
||||
Reference in New Issue
Block a user