We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd12bb3 commit f5e364aCopy full SHA for f5e364a
src/systemtask/SystemTask.cpp
@@ -506,6 +506,11 @@ void SystemTask::HandleButtonAction(Controllers::ButtonActions action) {
506
}
507
break;
508
case Actions::DoubleClick:
509
+ if (!unlockedByButton) {
510
+ // the first button event unlocks the touch input
511
+ unlockedByButton = true;
512
+ displayApp.PushMessage(Pinetime::Applications::Display::Messages::HideIgnoreTouchPopup);
513
+ }
514
displayApp.PushMessage(Applications::Display::Messages::ButtonDoubleClicked);
515
516
case Actions::LongPress:
0 commit comments