Fix conflict in NotificationManager

This commit is contained in:
Jean-François Milants 2025-05-21 20:52:30 +02:00
commit 0880b08546

View file

@ -28,7 +28,7 @@ namespace Pinetime {
using Id = uint8_t;
using Idx = uint8_t;
std::array<char, MessageSize + 1> message;
std::array<char, MessageSize + 1> message{};
uint8_t size;
Categories category = Categories::Unknown;
Id id = 0;