Update Screen.cpp

This commit is contained in:
HarukiToreda 2025-05-05 21:27:49 -04:00
parent 849e06497a
commit eebf174735

View File

@ -158,7 +158,7 @@ static bool haveGlyphs(const char *str)
// LOG_DEBUG("haveGlyphs=%d", have); // LOG_DEBUG("haveGlyphs=%d", have);
return have; return have;
} }
bool hasUnreadMessage = false; extern bool hasUnreadMessage;
/** /**
* Draw the icon with extra info printed around the corners * 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; validCached = true;
return validCached; return validCached;
} }
// *********************************
// **************************** // ****************************
// * Text Message Screen * // * Text Message Screen *