From 0aea737569b7db208dd251015cb5144b3c40d4c6 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Mon, 15 Jan 2018 22:34:16 +0100 Subject: [PATCH] neutrino: add small delay to "save settings" hintbox; ... on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/e7e16d4c70176f46589a86b29327762a2adcce5e Author: vanhofen Date: 2018-01-15 (Mon, 15 Jan 2018) Origin message was: ------------------ - neutrino: add small delay to "save settings" hintbox; ... on ARM_HARDWARE the hintboy wasn't shown, because hardware is to fast ------------------ This commit was generated by Migit --- src/neutrino.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index 60e1cd0c7..8b81a6d3e 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -4650,6 +4650,7 @@ int CNeutrinoApp::exec(CMenuTarget* parent, const std::string & actionKey) //g_Sectionsd->setEventsAreOldInMinutes((unsigned short) (g_settings.epg_old_hours*60)); //g_Sectionsd->setHoursToCache((unsigned short) (g_settings.epg_cache_days*24)); + sleep(1); // small delay for very fast hardware hintBox.hide(); } else if(actionKey=="recording") {