From ba243eca6e0e43cf792eb542364cd4101ef8dbbc Mon Sep 17 00:00:00 2001 From: TangoCash Date: Thu, 12 Oct 2017 00:36:45 +0200 Subject: [PATCH] fix resolution icon in infoviewer Origin commit data ------------------ Commit: https://github.com/neutrino-images/ni-neutrino/commit/6a1b0c1c736b85857e1d3688aaf7681ce02b7dc1 Author: TangoCash Date: 2017-10-12 (Thu, 12 Oct 2017) --- src/gui/infoviewer_bb.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gui/infoviewer_bb.cpp b/src/gui/infoviewer_bb.cpp index c1ac5831b..9c25174a1 100644 --- a/src/gui/infoviewer_bb.cpp +++ b/src/gui/infoviewer_bb.cpp @@ -580,6 +580,9 @@ void CInfoViewerBB::showIcon_Resolution() const char *icon_name = NULL; #if 0 if ((scrambledNoSig) || ((!fta) && (scrambledErr))) +#endif +#if HAVE_ARM_HARDWARE + if (!g_InfoViewer->chanready) #else if (!g_InfoViewer->chanready || videoDecoder->getBlank()) #endif