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