jf-roku/components/home/Home.brs
Neil Burrows b313d57515
Store release issues (#180)
* Remove TrackerTask

* Change deprecated BookmarkPosition to PlayStart

* Accept (print & ignore) roInput commands

* Updated icon image sizes

* Added InputData Task (Not hooked up)

* Added signal beacons for Roku Performance Measuring

* Reverting ineffective roInput code

* Manually recreated changed channel poster images

* Use app_loaded global variable to control when performance beacons are sent

* Sorting missed performance signal beacon
2020-04-29 12:26:12 -04:00

7 lines
136 B
Plaintext

sub init()
m.top.overhangTitle = "Home"
end sub
function refresh()
m.top.findNode("homeRows").callFunc("updateHomeRows")
end function