Skip to content

Commit

Permalink
Fix navigation issue with Music ShowCase when infopanel has no bio
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeSiLVO committed Jul 31, 2023
1 parent f283d3a commit 0b229ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 16x9/View_54_ShowCase.xml
Original file line number Diff line number Diff line change
Expand Up @@ -272,8 +272,8 @@
<onright>54</onright>
<onup condition="Control.IsVisible(4401)">4401</onup>
<onup condition="!String.IsEmpty(Control.GetLabel(4420)) + !Control.IsVisible(4401) + Control.IsVisible(95462)">SetFocus(95462)</onup>
<onup condition="String.IsEmpty(Control.GetLabel(4420))">SetProperty(MediaMenu,True,Home)</onup>
<onup condition="String.IsEmpty(Control.GetLabel(4420))">SetFocus(9050)</onup>
<onup condition="String.IsEmpty(Control.GetLabel(4420)) | !Control.IsVisible(95462)">SetProperty(MediaMenu,True,Home)</onup>
<onup condition="String.IsEmpty(Control.GetLabel(4420)) | !Control.IsVisible(95462)">SetFocus(9050)</onup>
<ondown>95461</ondown>
<viewtype label="31077">bigwrap</viewtype>
<pagecontrol>95461</pagecontrol>
Expand Down

0 comments on commit 0b229ed

Please sign in to comment.