neutrino.cpp: try to fix sat/fav keys handling after calling zap history

This commit is contained in:
[CST] Focus
2016-03-09 10:53:15 +03:00
parent 14a73c3b80
commit 9e3b1c5844
2 changed files with 2 additions and 1 deletions

View File

@@ -1278,6 +1278,7 @@ int CChannelList::numericZap(int key)
bool showEPG = false;
neutrino_msg_t msg;
neutrino_msg_data_t data;
g_InfoViewer->setSwitchMode(CInfoViewer::IV_MODE_NUMBER_ZAP);
while(1) {
if (lastchan != chn) {
@@ -1361,6 +1362,7 @@ int CChannelList::numericZap(int key)
if (chan && showEPG)
g_EventList->exec(chan->getChannelID(), chan->getName());
}
g_InfoViewer->resetSwitchMode();
return res;
}