From 184879f2bd36ca727e111dc69fa02a407aeb51f5 Mon Sep 17 00:00:00 2001 From: Twinaphex Date: Mon, 9 Mar 2015 04:12:42 +0100 Subject: [PATCH] (iOS) Buildfix --- apple/iOS/menu.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apple/iOS/menu.m b/apple/iOS/menu.m index 5fb9ee2329..ef7e03b31b 100644 --- a/apple/iOS/menu.m +++ b/apple/iOS/menu.m @@ -707,7 +707,7 @@ static void RunActionSheet(const char* title, const struct string_list* items, U if (cbs && cbs->action_start) cbs->action_start(type, entry_label, MENU_ACTION_START); if (cbs && cbs->action_toggle) - cbs->action_toggle(type, entry_label, MENU_ACTION_RIGHT); + cbs->action_toggle(type, entry_label, MENU_ACTION_RIGHT, true); menu_list_push_stack(menu->menu_list, "", "info_screen", 0, i); }