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 5b969cc commit 9c175e2Copy full SHA for 9c175e2
1 file changed
src/displayapp/DisplayApp.cpp
@@ -54,7 +54,7 @@ namespace {
54
}
55
56
TouchEvents Convert(Pinetime::Drivers::Cst816S::TouchInfos info) {
57
- if (info.isTouch) {
+ if (info.isValid) {
58
switch (info.gesture) {
59
case Pinetime::Drivers::Cst816S::Gestures::SingleTap:
60
return TouchEvents::Tap;
0 commit comments