1
0
Fork 0
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:
Stéphane Doyon 2007-10-12 02:23:52 +00:00
parent 8aeed2d32e
commit 2ee85c5056

View file

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