From 7458c2b6a49fc6fff0d391715f455a081c58d9e5 Mon Sep 17 00:00:00 2001 From: igors48 Date: Tue, 28 Jun 2022 07:38:26 +0300 Subject: [PATCH] #109 line calendar todo --- src/apps/clock/lineCalendar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/clock/lineCalendar.cpp b/src/apps/clock/lineCalendar.cpp index 705f442..a90d5eb 100644 --- a/src/apps/clock/lineCalendar.cpp +++ b/src/apps/clock/lineCalendar.cpp @@ -62,7 +62,7 @@ static void render(Component *component, bool forced, TftApi *tftApi) } } -static bool isStateModified(Component *component) // todo create dummies for isStateModified & updateState +static bool isStateModified(Component *component) // todo create dummies for isStateModified & updateState & render { LineCalendarContext *context = (LineCalendarContext *)(component->state); (context->provideContext)(context);