From eebf174735471c80d8198765573c18ccbbe9a969 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Mon, 5 May 2025 21:27:49 -0400 Subject: [PATCH] Update Screen.cpp --- src/graphics/Screen.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index ad121610a..d4b6436fd 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -158,7 +158,7 @@ static bool haveGlyphs(const char *str) // LOG_DEBUG("haveGlyphs=%d", have); return have; } -bool hasUnreadMessage = false; +extern bool hasUnreadMessage; /** * Draw the icon with extra info printed around the corners */ @@ -978,7 +978,6 @@ bool deltaToTimestamp(uint32_t secondsAgo, uint8_t *hours, uint8_t *minutes, int validCached = true; return validCached; } -// ********************************* // **************************** // * Text Message Screen *