Skip to content

Commit

Permalink
Fix Netflix Info "Cast & More" clearlogo visibility on focus cast
Browse files Browse the repository at this point in the history
  • Loading branch information
inb4after committed Jun 8, 2021
1 parent 9da1c6f commit 1c4cd22
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 2 additions & 0 deletions 1080i/DialogVideoInfo-Includes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1945,6 +1945,8 @@
<param name="id" value="53001" />
<param name="onleft" value="8999" />
<param name="onup" value="8999" />
<param name="onfocus" value="" />
<param name="onunfocus" value="" />
<param name="target" value="videos" />
<param name="sortby" value="" />
<param name="sortorder" value="" />
Expand Down
6 changes: 4 additions & 2 deletions 1080i/Includes_Object.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7418,6 +7418,8 @@
<param name="onback" default="9570" />
<param name="onup" default="" />
<param name="ondown" default="" />
<param name="onfocus" default="Skin.SetBool(TMDbHelper.ForceWidgetContainer)" />
<param name="onunfocus" default="Skin.Reset(TMDbHelper.ForceWidgetContainer)" />
<param name="top" default="" />
<param name="orientation" default="horizontal" />
<definition>
Expand Down Expand Up @@ -7450,8 +7452,8 @@
<top>$PARAM[top]</top>
<ondown>$PARAM[ondown]</ondown>
<onback>$PARAM[onback]</onback>
<onfocus>Skin.SetBool(TMDbHelper.ForceWidgetContainer)</onfocus>
<onunfocus>Skin.Reset(TMDbHelper.ForceWidgetContainer)</onunfocus>
<onfocus>$PARAM[onfocus]</onfocus>
<onunfocus>$PARAM[onunfocus]</onunfocus>
<onback>Skin.Reset(TMDbHelper.ForceWidgetContainer)</onback>
<animation effect="fade" start="100" end="0" condition="Window.IsVisible(DialogVideoInfo.xml) + Container($PARAM[id]).IsUpdating">Conditional</animation>
<movement>1</movement>
Expand Down

0 comments on commit 1c4cd22

Please sign in to comment.