We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35d9c84 commit a69e119Copy full SHA for a69e119
1 file changed
docs/components_liveTv_ProgramDetails.bs.html
@@ -92,6 +92,8 @@
92
m.overview.maxLines = m.maxDetailLines
93
prog = m.top.programDetails
94
95
+ m.buttons.buttonFocused = 0
96
+
97
' If no program selected, hide details view
98
if not isValid(prog)
99
channelUpdated()
@@ -266,8 +268,12 @@
266
268
end sub
267
269
270
sub onAnimationComplete()
- if m.focusAnimation.state = "stopped" and m.top.hasFocus = false
- m.overview.maxLines = m.maxPreviewLines
271
+ if m.focusAnimation.state = "stopped"
272
+ if m.top.hasFocus = false
273
+ m.overview.maxLines = m.maxPreviewLines
274
+ else if m.top.hasFocus = true
275
+ m.buttons.callFunc("focus")
276
+ end if
277
end if
278
279
0 commit comments