forked from len0rd/rockbox
fix talking simplelists which I broke yesterday. dont talk if the list is being redrawn because get_action() timed out.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15459 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a6f2b82803
commit
04d0e3bc41
1 changed files with 2 additions and 1 deletions
|
|
@ -1309,7 +1309,8 @@ bool simplelist_show_list(struct simplelist_info *info)
|
|||
if (info->get_name == NULL)
|
||||
gui_synclist_set_nb_items(&lists, simplelist_line_count*info->selection_size);
|
||||
gui_synclist_draw(&lists);
|
||||
gui_synclist_speak_item(&lists);
|
||||
if (action != ACTION_NONE)
|
||||
gui_synclist_speak_item(&lists);
|
||||
old_line_count = simplelist_line_count;
|
||||
}
|
||||
else if(default_event_handler(action) == SYS_USB_CONNECTED)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue