Update Screen.cpp

This commit is contained in:
HarukiToreda 2025-04-02 20:55:42 -04:00
parent e4e8d28831
commit 047ccbcb55

View File

@ -1042,7 +1042,6 @@ static void drawTextMessageFrame(OLEDDisplay *display, OLEDDisplayUiState *state
if (useTimestamp && minutes >= 15 && daysAgo == 0) {
display->drawStringf(xOff + x, 0 + y, tempBuf, "%s %s", from_string,
(node && node->has_user) ? node->user.short_name : "???");
else {
} else {
display->drawStringf(xOff + x, 0 + y, tempBuf, "%s ago from %s",
screen->drawTimeDelta(days, hours, minutes, seconds).c_str(),