From b5d8a07188954d407ba2ef986cc56dce32caea29 Mon Sep 17 00:00:00 2001 From: Armel FAUVEAU Date: Wed, 26 Jun 2024 03:15:22 +0200 Subject: [PATCH] Fix issue #138 --- app/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/main.c b/app/main.c index b7fa4b5..78c04d7 100644 --- a/app/main.c +++ b/app/main.c @@ -701,7 +701,7 @@ static void MAIN_Key_STAR(bool bKeyPressed, bool bKeyHeld) gRequestDisplayScreen = DISPLAY_SCANNER; } - gPttWasReleased = true; + //gPttWasReleased = true; Fixed issue #138 gUpdateStatus = true; }