diff --git a/components/home/Home.brs b/components/home/Home.brs index bf49771b..54c9824b 100644 --- a/components/home/Home.brs +++ b/components/home/Home.brs @@ -1,4 +1,8 @@ sub init() m.tracker=m.top.createChild("TrackerTask") m.top.overhangTitle = "Home" -end sub \ No newline at end of file +end sub + +function refresh() + m.top.findNode("homeRows").callFunc("updateHomeRows") +end function \ No newline at end of file diff --git a/components/home/Home.xml b/components/home/Home.xml index a2541ad5..a59537d3 100644 --- a/components/home/Home.xml +++ b/components/home/Home.xml @@ -6,6 +6,7 @@ +