From c95991cee2db64c796739270f342fd39dca6bfce Mon Sep 17 00:00:00 2001 From: whywilson Date: Sat, 23 Aug 2025 16:17:13 +0800 Subject: [PATCH] trunk fmt --- src/graphics/draw/NotificationRenderer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics/draw/NotificationRenderer.cpp b/src/graphics/draw/NotificationRenderer.cpp index db883d58f..71c873579 100644 --- a/src/graphics/draw/NotificationRenderer.cpp +++ b/src/graphics/draw/NotificationRenderer.cpp @@ -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());