Ensure currently selected channel in guide is used when "Watch" selected

This commit is contained in:
Neil Burrows 2020-12-08 15:07:44 +00:00
parent ffcf5e48a7
commit 30ed6582f9

View File

@ -157,8 +157,7 @@ sub onWatchChannelSelected()
' Set focus back to grid before showing channel, to ensure grid has focus when we return
focusProgramDetails(false)
m.top.watchChannel = m.scheduleGrid.content.GetChild(m.LoadProgramDetailsTask.programDetails.channelIndex)
m.top.watchChannel = m.detailsPane.channel
end sub
' As user scrolls grid, check if more data requries to be loaded