Skip to content

Commit f0211e5

Browse files
committed
TouchHandler: default buttonUnlocksOn to false
1 parent 8f3b7b1 commit f0211e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/touchhandler/TouchHandler.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ namespace Pinetime {
2424
bool touching;
2525
};
2626

27-
TouchProcessReply ProcessTouchInfo(Drivers::Cst816S::TouchInfos info, bool buttonUnlocksOn);
27+
TouchProcessReply ProcessTouchInfo(Drivers::Cst816S::TouchInfos info, bool buttonUnlocksOn = false);
2828

2929
bool IsTouching() const {
3030
return currentTouchPoint.touching;

0 commit comments

Comments
 (0)