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; }