This commit is contained in:
twinaphex 2019-08-09 17:05:50 +02:00
parent 3ff237e278
commit 759591d5a6
2 changed files with 1 additions and 2 deletions

View File

@ -3100,7 +3100,7 @@ static void rgui_render(void *data, bool is_idle)
msg_force = menu_display_get_msg_force(); msg_force = menu_display_get_msg_force();
if (menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL) if (menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL)
&& menu_driver_is_alive() && !msg_force) && !msg_force)
return; return;
if (!display_kb && !current_display_cb && (is_idle || !menu_display_get_update_pending())) if (!display_kb && !current_display_cb && (is_idle || !menu_display_get_update_pending()))

View File

@ -541,7 +541,6 @@ static void xui_render(void *data, bool is_idle)
if ( if (
menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL) menu_entries_ctl(MENU_ENTRIES_CTL_NEEDS_REFRESH, NULL)
&& menu_driver_is_alive()
&& !msg_force && !msg_force
) )
return; return;