This commit is contained in:
HarukiToreda
2025-12-05 02:42:21 -05:00
parent 1381bb1dfd
commit c0728b0eba
3 changed files with 1 additions and 4 deletions

View File

@@ -653,7 +653,6 @@ void drawTextMessageFrame(OLEDDisplay *display, OLEDDisplayUiState *state, int16
}
}
} else if (!manualScrolling) {
// Only reset when autoscroll is disabled AND user isn't manually scrolling
scrollY = 0;
}
#else