summaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
Diffstat (limited to 'apps')
-rw-r--r--apps/gui/yesno.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/gui/yesno.c b/apps/gui/yesno.c
index 5ceba10..74e3ad0 100644
--- a/apps/gui/yesno.c
+++ b/apps/gui/yesno.c
@@ -189,7 +189,7 @@ enum yesno_res gui_syncyesno_run(const struct text_message * main_message,
case ACTION_TOUCHSCREEN:
{
short int x, y;
- if (action_get_touchscreen_press_in_vp(&x, &y, yn[0].vp) == BUTTON_TOUCHSCREEN)
+ if (action_get_touchscreen_press_in_vp(&x, &y, yn[0].vp) == BUTTON_REL)
{
if (y > yn[0].vp->height/2)
{