mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 16:01:20 +02:00
- audioplayer.cpp: ignore first keypress when screensaver is on
just quit the screensaver and return to loop
This commit is contained in:
@@ -432,6 +432,11 @@ int CAudioPlayerGui::show()
|
|||||||
if (m_screensaver)
|
if (m_screensaver)
|
||||||
{
|
{
|
||||||
screensaver(false);
|
screensaver(false);
|
||||||
|
if (msg < CRCInput::RC_MaxRC) {
|
||||||
|
// ignore first keypress - just quit the screensaver
|
||||||
|
g_RCInput->clearRCMsg();
|
||||||
|
continue;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user