screens: Remove unused DisplayApp parameters
This commit is contained in:
parent
c78211952e
commit
26478d9006
72 changed files with 99 additions and 156 deletions
|
|
@ -32,10 +32,7 @@ Tile::Tile(uint8_t screenID,
|
|||
const Controllers::Ble& bleController,
|
||||
Controllers::DateTime& dateTimeController,
|
||||
std::array<Applications, 6>& applications)
|
||||
: app {app},
|
||||
dateTimeController {dateTimeController},
|
||||
pageIndicator(screenID, numScreens),
|
||||
statusIcons(batteryController, bleController) {
|
||||
: app {app}, dateTimeController {dateTimeController}, pageIndicator(screenID, numScreens), statusIcons(batteryController, bleController) {
|
||||
|
||||
settingsController.SetAppMenu(screenID);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue