Go to thread from favorite screen

This commit is contained in:
HarukiToreda
2025-10-09 18:19:59 -04:00
parent 20e9703e1b
commit 7970a32074
2 changed files with 38 additions and 3 deletions

View File

@@ -802,7 +802,9 @@ void handleNewMessage(const StoredMessage &sm, const meshtastic_MeshPacket &pack
}
// No setFrames() here anymore
setThreadFor(sm, packet);
if (packet.from == 0) {
setThreadFor(sm, packet);
}
resetScrollState();
}