opkg_manager: disable "key_up" after updating packages

This commit is contained in:
Stefan Seyfried
2016-01-01 19:29:57 +01:00
parent 407c15f3f1
commit e3d845cec4

View File

@@ -212,7 +212,9 @@ int COPKGManager::exec(CMenuTarget* parent, const string &actionKey)
} else
installed = true;
refreshMenu();
/* I don't think ending up at the last package in the list is a good idea...
g_RCInput->postMsg((neutrino_msg_t) CRCInput::RC_up, 0);
*/
return res;
}