neutrino: always clear display when going to standby

...even if the display is already in standby mode...


Origin commit data
------------------
Commit: ac30ba19e9
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2018-01-15 (Mon, 15 Jan 2018)
This commit is contained in:
Stefan Seyfried
2018-01-15 19:54:50 +01:00
committed by vanhofen
parent 5a6a80fc74
commit fbc5b7dcbe

View File

@@ -4385,10 +4385,8 @@ void CNeutrinoApp::standbyMode( bool bOnOff, bool fromDeepStandby )
}
}
if(CVFD::getInstance()->getMode() != CVFD::MODE_STANDBY){
CVFD::getInstance()->Clear();
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
}
CVFD::getInstance()->Clear();
CVFD::getInstance()->setMode(CVFD::MODE_STANDBY);
CVFD::getInstance()->setBacklight(g_settings.backlight_standby);
InfoClock->enableInfoClock(false);