diff --git a/src/graphics/Screen.cpp b/src/graphics/Screen.cpp index 4138af532..f14556bc7 100644 --- a/src/graphics/Screen.cpp +++ b/src/graphics/Screen.cpp @@ -3353,8 +3353,8 @@ void Screen::setFrames(FrameFocus focus) normalFrames[numframes++] = drawDeviceFocused; normalFrames[numframes++] = drawLoRaFocused; normalFrames[numframes++] = drawLastHeardScreen; - normalFrames[numframes++] = drawDistanceScreen; normalFrames[numframes++] = drawHopSignalScreen; + normalFrames[numframes++] = drawDistanceScreen; normalFrames[numframes++] = drawNodeListWithCompasses; normalFrames[numframes++] = drawCompassAndLocationScreen; normalFrames[numframes++] = drawMemoryScreen;