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 *