mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
neutrino.cpp: try to fix sat/fav keys handling after calling zap history
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user