trunk fmt

This commit is contained in:
whywilson
2025-08-23 16:17:13 +08:00
parent f901166f16
commit c95991cee2

View File

@@ -688,7 +688,7 @@ void NotificationRenderer::drawTextInput(OLEDDisplay *display, OLEDDisplayUiStat
// Consume the event after processing for virtual keyboard
inEvent.inputEvent = INPUT_BROKER_NONE;
}
// Clear the screen to avoid overlapping with underlying frames or overlays
display->setColor(BLACK);
display->fillRect(0, 0, display->getWidth(), display->getHeight());