mirror of
https://github.com/InfiniTimeOrg/InfiniTime.git
synced 2024-12-21 00:31:46 +03:00
Fix after merge
This commit is contained in:
parent
5b969ccfa9
commit
9c175e2f0c
@ -54,7 +54,7 @@ namespace {
|
||||
}
|
||||
|
||||
TouchEvents Convert(Pinetime::Drivers::Cst816S::TouchInfos info) {
|
||||
if (info.isTouch) {
|
||||
if (info.isValid) {
|
||||
switch (info.gesture) {
|
||||
case Pinetime::Drivers::Cst816S::Gestures::SingleTap:
|
||||
return TouchEvents::Tap;
|
||||
|
Loading…
Reference in New Issue
Block a user