forked from len0rd/rockbox
Voice already gets shutup when starting playback. It's also appropriate
to shut it up when returning to the WPS (GO_TO_WPS). git-svn-id: svn://svn.rockbox.org/rockbox/trunk@15083 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
8aeed2d32e
commit
2ee85c5056
1 changed files with 1 additions and 0 deletions
|
@ -238,6 +238,7 @@ static int wpsscrn(void* param)
|
|||
(void)param;
|
||||
if (audio_status())
|
||||
{
|
||||
shutup();
|
||||
ret_val = gui_wps_show();
|
||||
}
|
||||
else if ( global_status.resume_index != -1 )
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue