Allow user to Select same item when returning to Home screen

This commit is contained in:
Neil Burrows 2020-03-19 14:19:49 +00:00
parent c652c8fbaa
commit 2382ac4ed6

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8" ?> <?xml version="1.0" encoding="utf-8" ?>
<component name="HomeRows" extends="RowList"> <component name="HomeRows" extends="RowList">
<interface> <interface>
<field id="selectedItem" type="node" /> <field id="selectedItem" type="node" alwaysNotify="true" />
</interface> </interface>
<script type="text/brightscript" uri="HomeRows.brs"/> <script type="text/brightscript" uri="HomeRows.brs"/>
</component> </component>