TouchHandler: Do not store touch panel reference
This commit is contained in:
parent
7066ff5aba
commit
1516b082fd
5 changed files with 17 additions and 22 deletions
|
|
@ -111,7 +111,7 @@ Pinetime::Controllers::NotificationManager notificationManager;
|
|||
Pinetime::Controllers::MotionController motionController;
|
||||
Pinetime::Controllers::TimerController timerController;
|
||||
Pinetime::Controllers::AlarmController alarmController {dateTimeController};
|
||||
Pinetime::Controllers::TouchHandler touchHandler(touchPanel);
|
||||
Pinetime::Controllers::TouchHandler touchHandler;
|
||||
Pinetime::Controllers::ButtonHandler buttonHandler;
|
||||
Pinetime::Controllers::BrightnessController brightnessController {};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue