From 1516b082fd75a1c68d98862199bd349175d37a8f Mon Sep 17 00:00:00 2001 From: Riku Isokoski Date: Thu, 23 Feb 2023 13:35:29 +0200 Subject: TouchHandler: Do not store touch panel reference --- src/displayapp/LittleVgl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/displayapp') diff --git a/src/displayapp/LittleVgl.h b/src/displayapp/LittleVgl.h index e36d1545..38f1f00e 100644 --- a/src/displayapp/LittleVgl.h +++ b/src/displayapp/LittleVgl.h @@ -59,7 +59,7 @@ namespace Pinetime { uint16_t writeOffset = 0; uint16_t scrollOffset = 0; - lv_point_t touchPoint = {0}; + lv_point_t touchPoint = {}; bool tapped = false; bool isCancelled = false; }; -- cgit v1.2.3-70-g09d2