From 9cdeedfcbdaa5c88e1d85ddfeb2f7ac078ee3f0d Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Sat, 5 Apr 2025 21:40:40 -0400 Subject: [PATCH] Update Screen.cpp --- src/graphics/Screen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index f14556bc7..08d8c90c2 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -3351,12 +3351,12 @@ void Screen::setFrames(FrameFocus focus) } normalFrames[numframes++] = drawDeviceFocused; - normalFrames[numframes++] = drawLoRaFocused; normalFrames[numframes++] = drawLastHeardScreen; normalFrames[numframes++] = drawHopSignalScreen; normalFrames[numframes++] = drawDistanceScreen; normalFrames[numframes++] = drawNodeListWithCompasses; normalFrames[numframes++] = drawCompassAndLocationScreen; + normalFrames[numframes++] = drawLoRaFocused; normalFrames[numframes++] = drawMemoryScreen; // then all the nodes