Skip to content

Commit

Permalink
Change warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Feksaaargh committed Oct 30, 2024
1 parent abc980f commit 2d863e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/displayapp/screens/WatchFaceMaze.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -212,8 +212,8 @@ WatchFaceMaze::WatchFaceMaze(Pinetime::Components::LittleVgl& lvgl,
lastLongClickTime = xTaskGetTickCount() - doubleDoubleClickDelay;

taskRefresh = lv_task_create(RefreshTaskCallback, LV_DISP_DEF_REFR_PERIOD, LV_TASK_PRIO_MID, this);
// refreshing here seems to cause issues in infinisim
// Refresh();

// Calling Refresh() here causes all sorts of issues, rely on task to refresh instead
}

WatchFaceMaze::~WatchFaceMaze() {
Expand Down

0 comments on commit 2d863e1

Please sign in to comment.