Skip to content
This repository has been archived by the owner on Nov 7, 2024. It is now read-only.

Commit

Permalink
🐛 Fix discover and filter hide delay for info horizontal
Browse files Browse the repository at this point in the history
  • Loading branch information
jurialmunkey committed Aug 25, 2024
1 parent deccabc commit c6348e6
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion 1080i/Includes_Search_View.xml
Original file line number Diff line number Diff line change
Expand Up @@ -125,14 +125,18 @@
<onfocus>ClearProperty(SearchDiscover.FocusFilter,Home)</onfocus>
<onfocus condition="!Window.IsVisible(1105)">SetFocus(9094)</onfocus>

<!-- <onfocus condition="Window.IsVisible(1105) | Window.IsMedia">SetFocus(64)</onfocus> -->
</control>
<control type="group" id="9990">
<centertop>100</centertop>
<width>580</width>
<left>view_side</left>
<height>80</height>
<include condition="$EXP[Exp_HomeMenu_IsTopBar]">Animation_View_Topbar</include>

<include condition="$EXP[Exp_HomeMenu_Info_IsHorizontal]" content="Animation_ConditionalFade">
<param name="condition">$EXP[Exp_InfoDialogs]</param>
</include>

<control type="grouplist">
<orientation>horizontal</orientation>
<animation effect="slide" start="0" end="0,-15" condition="true">Conditional</animation>
Expand Down

0 comments on commit c6348e6

Please sign in to comment.