Skip to content

Commit 9620be4

Browse files
committed
Update code docs
1 parent 09d711e commit 9620be4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/components_video_VideoPlayerView.bs.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -728,6 +728,8 @@
728728
'
729729
' Runs hide Next Episode button animation and sets focus back to video
730730
sub hideNextEpisodeButton()
731+
if not isValid(m.hideNextEpisodeButtonAnimation) then return
732+
731733
m.hideNextEpisodeButtonAnimation.control = "start"
732734
m.nextEpisodeButton.setFocus(false)
733735
m.top.setFocus(true)

0 commit comments

Comments
 (0)