Skip to content

Commit 732fb76

Browse files
author
Joel Hill
committed
feat: Apps started from tile are confiigured to be set as the "previous app"
1 parent 0c9610f commit 732fb76

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/displayapp/screens/Tile.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,6 @@ void Tile::OnValueChangedEvent(lv_obj_t* obj, uint32_t buttonId) {
107107
return;
108108
}
109109

110-
app->StartApp(apps[buttonId], DisplayApp::FullRefreshDirections::Up);
110+
app->StartApp(apps[buttonId], DisplayApp::FullRefreshDirections::Up, true);
111111
running = false;
112112
}

0 commit comments

Comments
 (0)