diff --git a/apps/gui/bitmap/list.c b/apps/gui/bitmap/list.c index 3b2f16db8c..074f72a179 100644 --- a/apps/gui/bitmap/list.c +++ b/apps/gui/bitmap/list.c @@ -296,9 +296,10 @@ unsigned gui_synclist_do_touchscreen(struct gui_synclist * gui_list) int button = action_get_touchscreen_press(&x, &y); int line; struct screen *display = &screens[SCREEN_MAIN]; + int screen = display->screen_type; if (button == BUTTON_NONE) return ACTION_NONE; - if (x