From b7218f4a539b18a0b27bdbc1a7f64fe22205f8d8 Mon Sep 17 00:00:00 2001 From: HarukiToreda <116696711+HarukiToreda@users.noreply.github.com> Date: Sat, 5 Apr 2025 21:23:27 -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 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;