mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-18 15:11:30 +03:00
Fix touchinfo typo in SystemTask.
This commit is contained in:
parent
f895da8634
commit
0313277ae6
@ -241,7 +241,7 @@ void SystemTask::Work() {
|
||||
break;
|
||||
case Messages::TouchWakeUp: {
|
||||
auto touchInfo = touchPanel.GetTouchInfo();
|
||||
if (touchInfo.isTouch and ((touchInfo.gesture == Pinetime::Drivers::Cst816S::Gestures::DoubleTap and
|
||||
if (touchInfo.touching and ((touchInfo.gesture == Pinetime::Drivers::Cst816S::Gestures::DoubleTap and
|
||||
settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::DoubleTap)) or
|
||||
(touchInfo.gesture == Pinetime::Drivers::Cst816S::Gestures::SingleTap and
|
||||
settingsController.isWakeUpModeOn(Pinetime::Controllers::Settings::WakeUpMode::SingleTap)))) {
|
||||
|
Loading…
Reference in New Issue
Block a user