array in SettingWakeUp wrong size
This commit is contained in:
parent
7e2db806c3
commit
96961709f3
3 changed files with 3 additions and 3 deletions
|
|
@ -280,7 +280,7 @@ void SystemTask::OnTouchEvent() {
|
|||
if( settingsController.getWakeUpMode() == Pinetime::Controllers::Settings::WakeUpMode::SingleTap ) {
|
||||
GoToRunning();
|
||||
} else if( settingsController.getWakeUpMode() == Pinetime::Controllers::Settings::WakeUpMode::DoubleTap ) {
|
||||
// error
|
||||
|
||||
auto info = touchPanel.GetTouchInfo();
|
||||
if( info.isTouch and info.gesture == Pinetime::Drivers::Cst816S::Gestures::DoubleTap ) {
|
||||
GoToRunning();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue