Remove "replay" code in schedule.brs

This commit is contained in:
candry7731 2022-12-07 12:43:37 -06:00
parent 5c5acd226e
commit 1d9b5d6275

View File

@ -287,14 +287,6 @@ end sub
function onKeyEvent(key as string, press as boolean) as boolean function onKeyEvent(key as string, press as boolean) as boolean
if not press then return false if not press then return false
if key = "replay"
m.spinner.visible = true
m.top.searchTerm = " "
m.LoadChannelsTask.searchTerm = " "
channelsearchTermSet()
return true
end if
detailsGrp = m.top.findNode("detailsPane") detailsGrp = m.top.findNode("detailsPane")
gridGrp = m.top.findNode("scheduleGrid") gridGrp = m.top.findNode("scheduleGrid")