screens: Remove unused DisplayApp parameters
This commit is contained in:
@@ -5,8 +5,7 @@
|
||||
|
||||
using namespace Pinetime::Applications::Screens;
|
||||
|
||||
FirmwareUpdate::FirmwareUpdate(Pinetime::Applications::DisplayApp* app, const Pinetime::Controllers::Ble& bleController)
|
||||
: bleController {bleController} {
|
||||
FirmwareUpdate::FirmwareUpdate(const Pinetime::Controllers::Ble& bleController) : bleController {bleController} {
|
||||
|
||||
titleLabel = lv_label_create(lv_scr_act(), nullptr);
|
||||
lv_label_set_text_static(titleLabel, "Firmware update");
|
||||
|
||||
Reference in New Issue
Block a user