(iOS) Buildfix

This commit is contained in:
Twinaphex 2015-03-09 04:12:42 +01:00
parent 2c607ed5d2
commit 184879f2bd

View File

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