mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-31 17:31:20 +02:00
gui/cam_menu.cpp: workaround, dont recalc timeout on EVT_TIMER
This commit is contained in:
@@ -474,6 +474,8 @@ int CCAMMenuHandler::doMenu(int slot, CA_SLOT_TYPE slotType)
|
||||
res = menu_return::RETURN_EXIT_ALL;
|
||||
}
|
||||
} else if (ret == 1) {
|
||||
/* workaround: dont cycle here on timers */
|
||||
if (msg != NeutrinoMessages::EVT_TIMER)
|
||||
timeoutEnd = CRCInput::calcTimeoutEnd(10);
|
||||
continue;
|
||||
} else if (ret == 2) {
|
||||
|
Reference in New Issue
Block a user