Skip to content

Commit

Permalink
#109 line calendar
Browse files Browse the repository at this point in the history
todo
  • Loading branch information
igors48 committed Jun 28, 2022
1 parent 3b4ac30 commit 7458c2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/apps/clock/lineCalendar.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 7458c2b

Please sign in to comment.