Skip to content

Commit

Permalink
Merge pull request #23382 from enen92/backport_fix_1110_timer_estuary
Browse files Browse the repository at this point in the history
[Estuary] Reset 1110_seekbar timer on seeks
  • Loading branch information
enen92 committed Jun 10, 2023
2 parents ce0bfc6 + 0b71a2c commit 1e2d385
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion addons/skin.estuary/xml/Timers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<timer>
<name>1110_topbaroverlay</name>
<description>A timer that is activated when the topbaroverlay is loaded and stops automatically after 5 seconds (or playback is resumed)</description>
<stop>!Player.Paused | Integer.IsGreaterOrEqual(Skin.TimerElapsedSecs(1110_topbaroverlay),5)</stop>
<reset>[Player.Seeking | Player.Forwarding | Player.Rewinding | Player.HasPerformedSeek(1)]</reset>
<stop>Integer.IsGreaterOrEqual(Skin.TimerElapsedSecs(1110_topbaroverlay),5)</stop>
</timer>
</timers>

0 comments on commit 1e2d385

Please sign in to comment.