mirror of
https://github.com/meshtastic/firmware.git
synced 2025-06-09 22:52:07 +00:00
Update Screen.cpp
This commit is contained in:
parent
e4e8d28831
commit
047ccbcb55
@ -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(),
|
||||
|
Loading…
Reference in New Issue
Block a user