[iOS] show quickmenu after loading content from playlist (#9118)

This commit is contained in:
Yoshi Sugawara 2019-07-17 17:08:23 -10:00
parent 41481dfc73
commit 8862e8de9f

View File

@ -1693,6 +1693,11 @@ bool task_push_load_content_from_playlist_from_menu(
/* Load core */
#ifdef HAVE_DYNAMIC
command_event(CMD_EVENT_LOAD_CORE, NULL);
#ifdef HAVE_COCOATOUCH
// this seems to needed for iOS for some reason to show the quick menu after the menu is shown
menu_entries_flush_stack(NULL, MENU_SETTINGS);
menu_driver_ctl(RARCH_MENU_CTL_SET_PENDING_QUICK_MENU, NULL);
#endif
#else
rarch_ctl(RARCH_CTL_SET_SHUTDOWN, NULL);
rarch_menu_running_finished(true);